Commit 9c02cf8c authored by Tristan Cavelier's avatar Tristan Cavelier

Remove count_method from test result module listox

- Too slow because it takes same time than the search_method.
- The count is made durring the search thank to LIMIT 1000;
- The search LIMIT 1000 takes same time than LIMIT 30;
- The search LIMIT 1000 stays in cache, so going to next page is almost instant.
parent 9c08d7e4
......@@ -10,15 +10,16 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>sort</string>
<string>title</string>
<string>all_columns</string>
<string>columns</string>
<string>count_method</string>
<string>hide_rows_on_no_search_criterion</string>
<string>lines</string>
<string>selection_name</string>
<string>search_columns</string>
<string>selection_name</string>
<string>sort</string>
<string>sort_columns</string>
<string>hide_rows_on_no_search_criterion</string>
<string>all_columns</string>
<string>title</string>
</list>
</value>
</item>
......@@ -189,6 +190,10 @@
</list>
</value>
</item>
<item>
<key> <string>count_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_list_mode_listbox</string> </value>
......
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