MaxFetch
(Created page with "Search logic allows for restriction of number of fetched hits in search. Declare the tagged value "MaxFetch=<int>" on the ViewModelColumn action that initiates the search to c...") |
No edit summary |
||
Line 1: | Line 1: | ||
Search logic allows for restriction of number of fetched hits in search. Declare the tagged value "MaxFetch=<int>" on the ViewModelColumn action that initiates the search to change from the default ( | Search logic allows for restriction of number of fetched hits in search. | ||
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 | |||
[[Category:OCL]] |
Revision as of 13:42, 26 February 2018
This page was created by Hans.karlsen on 2017-02-02. Last edited by Stephanie on 2025-04-29.
Search logic allows for restriction of number of fetched hits in search.
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