JaverSphinxBundle
JaverSphinxBundle copied to clipboard
Symfony bundle which provides integration of Sphinx search engine with Symfony using SphinxQL
Hello, hi can i Highlight words in full sentence, as in function `BuildExcerpts` ? Thank you)
In Sphinx::quoteValue() - passed in float values will end up getting quoted as strings. Sphinx will then throw an error complaining about the type mismatch between a string and a...
Use Dependency Injection instead of the container.
Since you've already implemented calling the indexer and creating indexes for Behat, can you expose the service that does the index and perhaps add a Symfony command that demonstrates how...