How to trigger the search on Server Side execution

How to trigger the search on Server Side execution

hpegmslicensemgmthpegmslicensemgmt Posts: 21Questions: 6Answers: 0

Dear all,
I've a Datatable where the "source" is an underlying HTML Table, where I'm using SearchBuilder without any problem.

However, I would now like to use it on another Table where the "source" is comming Server Side (PHP) using ajax.
When I try to apply the SearchBuilder, nothing happens when I just type. (no activity in the Chrome DevTools).

How can I trigger the Search to be executed ?

Best regards,
David

Answers

  • hpegmslicensemgmthpegmslicensemgmt Posts: 21Questions: 6Answers: 0

    Dear all, I just found that onsubmit="return false;" on my general Form tag solves the issue :-)

  • hpegmslicensemgmthpegmslicensemgmt Posts: 21Questions: 6Answers: 0

    However, is there an example on how to create a SQL Where Statement using SearchBuilder ?

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

    I don't believe there are any examples, but it would be worth looking at this blog post, as it discusses using the Editor scripts for SSP. If you look at those scripts, I suspect there'll be examples in there.

    Colin

Sign In or Register to comment.