MaxFetch
No edit summary
No edit summary
 
Line 2: Line 2:
Search logic allows for the restriction of the number of fetched hits in search. '''The default is 20.'''  
Search logic allows for the restriction of the number of fetched hits in search. '''The default is 20.'''  


Declare the tagged value <code><span class="col-black">"MaxFetch=<int>"</span></code> on the ViewModelColumn action that initiates the search to change from the default (100)
Declare the tagged value <span class="col-black">"MaxFetch=<int>"</span> on the ViewModelColumn action that initiates the search to change from the default (100)


Usually, this is the action with EAL like: <code><span class="col-black">selfVM.Search</span></code>
Usually, this is the action with EAL like: <code><span class="col-black"><span class="col-black">'''selfVM.Search'''</span></span></code>


Also, see paging with [[Documentation:Search result pages|Search_result_pages]].
Also, see paging with [[Documentation:Search result pages|Search_result_pages]].
[[Category:Tagged Values]]
[[Category:Tagged Values]]
{{Edited|July|12|2025}}
{{Edited|July|12|2025}}

Latest revision as of 05:11, 29 April 2025

This page was created by Hans.karlsen@mdriven.net on 2017-02-02. Last edited by Stephanie@mdriven.net 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.