Regular Expressions

David

New member
Is there any way to include regular expressions in searching fields? Or any other way to do more flexible searches? Our database generates too many hits from many searches, or none, so we would really like to be able to put multiple words in the search and return results for hits with those words - in any order. Is there any way to do this?

Dadabik V7, mysql 5.0.11, Apache 2.4.9, Windows Server 2008 R2, php 5.5.12
 

eugenio

Administrator
Staff member
Hello,
regular expressions are not supported but you can use boolean operators: in the online demo n.2 open the search page for "products" and you will see a tip about that. You have to set $enable_user_booleans = 1 in config.php.

Best,
 
Top