Issue with new searchBuilder changes
Issue with new searchBuilder changes
cj1005
Posts: 143Questions: 46Answers: 1
Hi,
I see there has been an update to allow searchBuilder to work with server-side processing, but in my case, I do not use server-side processing but the searchBuilder conditions are still parsed when using Ajax with my datatable\editor, is there any way to turn these changes off? Ideally, I'd only want to parse the searchBuilder conditions if server-side processing is turned on.
Thanks, Chris
Answers
Hi @cj1005 ,
I'm not entirely sure what you mean by "parsed"? Could you expand on that please?
Thanks,
Sandy
Hi Sandy,
Basically, my ajax page has recently started receiving searchBuilder data when an ajax call is made from a web page that has searchBuilder enabled, an example of what is received is:
But, I do not have server-side processing on, so I do not want to send any searchBuilder data to the server, is there some way to turn this off as it is causing problems with my web app?
I hope that makes more sense?
Chris
It sounds like we might be adding the search builder parameters in the
preXhr
event regardless of if server-side processing is enabled or not. We’ll get that sorted on Monday - thanks for flagging it up.Allan
Thank would be great, thank you Allan
Hi @cj1005 ,
Thanks again for pointing this out. I've made the fix now. This will be available in the next SearchBuilder release which we hope will be in the next few weeks. Until then you can access the fix from the nightly builds.
Thanks,
Sandy
Thank you Sandy