This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'develop'
version-14
Saurabh
8 years ago
parent
8d1af9c840
d323fbd906
commit
efbd7ea681
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/__init__.py
+1
-1
frappe/utils/global_search.py
+ 1
- 1
frappe/__init__.py
View File
@@ -13,7 +13,7 @@ import os, sys, importlib, inspect, json
from .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template
__version__ = '8.0.
29
'
__version__ = '8.0.
30
'
__title__ = "Frappe Framework"
local = Local()
+ 1
- 1
frappe/utils/global_search.py
View File
@@ -13,7 +13,7 @@ def setup_global_search_table():
if not '__global_search' in frappe.db.get_tables():
frappe.db.sql('''create table __global_search(
doctype varchar(100),
name varchar(
255
),
name varchar(
140
),
title varchar(140),
content text,
fulltext(content),
Write
Preview
Loading…
Cancel
Save