Преглед изворни кода

Merge pull request #3192 from saurabh6790/global_search_fix

[hot-fix] reset length to 140
version-14
Saurabh пре 8 година
committed by GitHub
родитељ
комит
6c1ac3cdc3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      frappe/utils/global_search.py

+ 1
- 1
frappe/utils/global_search.py Прегледај датотеку

@@ -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),


Loading…
Откажи
Сачувај