on serverside processing serachbuilder apply criteria take more time.

on serverside processing serachbuilder apply criteria take more time.

udaymagdumudaymagdum Posts: 23Questions: 16Answers: 0
edited January 2022 in SearchBuilder

We have implemented custom bookmark functionality for searchBuilder criteria .
We had store search builder criteria details in database column.
When we select any bookmark from bookmark dropdown it apply criteria with below command on current datatable.
Code snippet
- tableDT.searchBuilder.rebuild(data.searchBuilder);

Issue : Multiple times serverside calls while apply criteria.(means for multiple searchBuilder criteria calls multiple times call serverside)
e.g for single criteria calls 2 serverside calls.

Anyway we can override this?
call server side url one time only?

Answers

  • udaymagdumudaymagdum Posts: 23Questions: 16Answers: 0

    Current searchBuilder version -/*! SearchBuilder 1.1.0

  • kthorngrenkthorngren Posts: 20,313Questions: 26Answers: 4,771

    This thread has a similar problem description. Not sure if the fix applies to your issue but you might try the nightly version referenced until the next version comes out - something after 1.3.0. Let us know if the nightly fixes the issue so the developers know if they need to look at the issue.

    Kevin

  • sarooptrivedisarooptrivedi Posts: 45Questions: 15Answers: 2

    I am using searchBuilder 1.3.0. I am using serverside scripting but I am not sure How I implement the server side searchBuilder without using Editor library.(Because it's paid and my company not afford it).

    I read many article but not a single article has proper example of implementation. I found one but it is using the editor library

  • colincolin Posts: 15,146Questions: 1Answers: 2,586

    This page here discusses SSP with SearchBuilder . And here is an example, that shows the server-side script too, hopefully they'll get you going. Finally, this blog post gives some background that may be useful,

    Colin

Sign In or Register to comment.