diff --git a/webnotes/widgets/search.py b/webnotes/widgets/search.py index 1b712e5a35..745d618fb4 100644 --- a/webnotes/widgets/search.py +++ b/webnotes/widgets/search.py @@ -12,7 +12,7 @@ from startup.query_handlers import standard_queries # this is called by the Link Field @webnotes.whitelist() def search_link(doctype, txt, query=None, filters=None): - search_widget(doctype, txt, query, page_len=10, filters=filters) + search_widget(doctype, txt, query, page_len=20, filters=filters) webnotes.response['results'] = build_for_autosuggest(webnotes.response["values"]) # this is called by the search box