Commit db1e91e6 authored by Ivan Tyagov's avatar Ivan Tyagov

Explicitly reset form's selection when doing a fresh search to eliminate old...

Explicitly reset form's selection when doing a fresh search to eliminate old selection values be used in query.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38401 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 657ab951
......@@ -60,6 +60,7 @@ searchable_text = context.Base_assembleSearchString()\n
kw[\'list_style\'] = \'search\'\n
kw[\'SearchableText\'] = searchable_text\n
kw[\'language\'] = \'\'\n
kw[\'reset\'] = 1\n
return context.Base_redirect(\'WebSite_viewAdvancedSearchResultList\', keep_items=kw)\n
</string> </value>
</item>
......
1541
\ No newline at end of file
1542
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment