MaxFetch
No edit summary |
(Updated Edited template to July 12, 2025.) |
||
Line 8: | Line 8: | ||
Also, see paging with [[Search_result_pages]]. | Also, see paging with [[Search_result_pages]]. | ||
[[Category:Tagged Values]] | [[Category:Tagged Values]] | ||
{{Edited|July|12| | {{Edited|July|12|2025}} |
Revision as of 05:52, 20 January 2025
This page was created by Hans.karlsen on 2017-02-02. Last edited by Stephanie on 2025-04-29.
Search logic allows for the restriction of the number of fetched hits in search. The default is 20.
Declare the tagged value "MaxFetch=<int>"
on the ViewModelColumn action that initiates the search to change from the default (100)
Usually, this is the action with EAL like: selfVM.Search
Also, see paging with Search_result_pages.