Browse Source

[hot-fix] reset length to 140

version-14
Saurabh 8 years ago
parent
commit
0b2acfc4c8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/utils/global_search.py

+ 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(): if not '__global_search' in frappe.db.get_tables():
frappe.db.sql('''create table __global_search( frappe.db.sql('''create table __global_search(
doctype varchar(100), doctype varchar(100),
name varchar(255),
name varchar(140),
title varchar(140), title varchar(140),
content text, content text,
fulltext(content), fulltext(content),


Loading…
Cancel
Save