Common Error Messages & Solutions
This page was created by Wikiadmin on 2026-07-29. Last edited by Wikiadmin on 2026-07-29.
This page collects documented guidance for configuring database search results and their presentation.
Search configuration
- Documentation:Search result pages describes paging for seeker results.
MaxFetchcontrols the maximum number of returned records; the documented default when it is not used is 20 records. - To identify the grid that handles seeker results when paging is used, add the tagged value
IsSeekerResultGrid=trueto the grid nesting.
Search-result presentation
Documentation:MDriven Stylesheet documents a search box pattern using a GroupBox with the tk-searchbox style reference, a search input bound to vSeekParam, and a results table based on vSeekerResult. The results table can use the tk-searchbox__results style reference and be shown when the search field is non-empty and results are available.
