Search-SphinxsearchBundle
Search-SphinxsearchBundle copied to clipboard
Sphinx search bundle for Symfony 2.
Make properties protected to have possibility extend Sphinxsearch service functionality.
hey, dont know exactly when it changed but the used ProcessBuilder inside the Indexer is now located somerwhere else ``` php #use Assetic\Util\ProcessBuilder #old; use Symfony\Component\Process\ProcessBuilder; #new ``` Could you...
I needed to be able to ignore warnings, since @@relaxed returns a warning when a non-existent field is searched on an index. This is very helpful for a global search...
Good afternoon, Subject about covers it I think - within the SphinxAPI one can set a range filter (e.g. in my case I'm filtering for a timestamp range (min,max). In...
I've added two more useful API methods of the api to the Sphinxsearch Service. Eventually, you may think of adding full API acces to the Sphinxsearch service.
Sorry, had wrong commits attached to previous pull... I have changed the search function to match the intended SphinxAPI behavior. Previously when you searched multiple indexes with: $indexes = array(...
%kernel.root_dir%/../vendor does not work for multiple applications in a single installation framework
I was having a difficult time getting the Indexer to work. It looks like the indexes array in config is meant to be a collection of scalar values. But the...