commit
d1dbdb6f5a
1 changed files with 0 additions and 1 deletions
|
|
@ -89,7 +89,6 @@ def search_widget(doctype, txt, query=None, searchfield=None, start=0,
|
|||
limit_page_length=page_len,
|
||||
order_by="if(_relevance, _relevance, 99999), idx desc, modified desc".format(doctype),
|
||||
ignore_permissions = True if doctype == "DocType" else False, # for dynamic links
|
||||
as_dict=as_dict,
|
||||
as_list=not as_dict)
|
||||
|
||||
# remove _relevance from results
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue