Regex Search not working

Regex Search not working

An_AlienAn_Alien Posts: 6Questions: 4Answers: 0
edited May 2019 in Free community support

My request looks like this:

search:
regex: true
value: "^(Approved|Pending)$"

I get no results

But if I do:

search:
regex: true
value: "Approved"

I get results
also get results:

search:
regex: true
value: "Pending"

What am I doing wrong?

Answers

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

    What are you using for your server side scripts? Are they Datatables supplied scripts?

    The regex search capability is the responsibility of your server script.

    Kevin

This discussion has been closed.