9951 explained code solutions for 126 technologies


manticoresearchSearch query example using Mysql protocol


mysql -H 127.0.0.1 -P 9306 --protocol tcp -e "SELECT * FROM index1 WHERE MATCH('text')"ctrl + c
mysql

mysql client

-H

specify Manticore search host IP

-P

specify Manticore search server port

index1

name of the index

text

sample text to search for in index