Commit 769f596f authored by Arnaud Fontaine's avatar Arnaud Fontaine

Limit the number of results to 15 instead of 20 as it seems to be enough...

Limit the number of results to 15 instead of 20 as it seems to be enough (taken from an existing customer project).
parent f054d426
......@@ -50,7 +50,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>kw = dict(limit=20)\n
<value> <string>kw = dict(limit=15)\n
\n
if starts_with is not None and search_catalog_key is not None:\n
kw[search_catalog_key] = "%s%%" % starts_with\n
......
2014-02-06 arnaud.fontaine
* Limit the number of results to 15 instead of 20 as it seems to be enough (taken from an existing customer project).
2014-02-06 arnaud.fontaine
* Support properly Input Method Editor for autocompletion.
......
11
\ No newline at end of file
12
\ 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