Could you please tell me how to display the search results according to the specified search conditions when displaying the page?
I am using ConfiForms to create a page that displays search results that match the search conditions using the following two macros.
・ConfiForms Form Filter Control macro
・ConfiForms TableView macro
The number of data items searched when displaying the page is increasing, and it is taking time to load.
Therefore, we would like to display search results based on preset search conditions when the page is displayed.
I was able to set the initial value for the search conditions when displaying the page, but I was not able to display the search results using those search conditions.
Hi @y-mori
Please make use of the help article - To learn more:
wiki.vertuna.com/display/CONFIFORMS/Using+and+configuring+ConfiForms+Dynamic+Filter+Control
To apply this to your scenario, you'll need to set up the ConfiForms Form Filter Control macro.
To customize the layout,
Next, you'll need to configure the ConfiForms TableView macro.
To optimize loading, you can set pagination in the TableView macro to limit the number of results shown at once and enable lazy loading for the table.
Additionally, if you have a large dataset and want to show no results initially, you can use a filter that will not match anything, such as "text _today:<0". Once the user applies a valid filter, the results will be displayed.
Hope this helps - Happy to help further!!
Thank you very much and have a great one!
Warm regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.