Hi guys.
I want to search string contain string in field. Like search like in SQL
I tried to use the regex to search. $params["query"]["bool"]["filter"][]["regexp"][$item_key] = '.*'.$search_pattern.'.*'
I can only search for lower word. For upper word , it is not working.
Does anyone have any idea for search in case insensitive?
Thank you very much.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.