Created
March 2, 2014 13:47
-
-
Save fheyer/9306803 to your computer and use it in GitHub Desktop.
testing tool for running sphinx search queries locally (uses SphinxQL instead of notorious cmd line tool search)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
mysql -h0 -P9306 -e "select * from $1 where match('$2'); show meta;" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment