Search result pages

Using the multivariable seeker to search the database you can configure the seeker to return the number of search result pages if the search does not fit within the MaxFetch setting.

To set this up the seeker logic looks for a set of known variable names to communicate the results in:

/// If this variable is found in a seeker - it controls what the search shows , on what page it is - vSeekerResultCount/vSeekerPageLength

vSeekerPage

/// The number of pages is set by the search logic for you to use, add variable and use type integer

vSeekerPageCount

/// The number of items you want on a page

vSeekerPageLength

/// The count of the sql query is set by search logic - you must add a variable of this name of type longint

vSeekerResultCount

The Autoforms construct seeker that make use of paging - refer to an autoform generated seeker to see details.

Currently this is only available in the WPF-client. TODO - Implement in Turnkey Views

This page was edited 80 days ago on 02/10/2024. What links here