aboutsummaryrefslogtreecommitdiff
path: root/sphinx/sphinx.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use Manticorsearch JSON API instead of custom search APIneodarz2019-01-201-44/+0
| | | | | The migration is due to the fact that python use far more ressources that a simple JSON POST request directly on the Manticorsearch server.
* Add index selectionneodarz2019-01-171-20/+22
|
* For comptabilty with search don't show match elementsneodarz2019-01-171-1/+1
|
* Add searchd error managementneodarz2019-01-161-24/+27
|
* Add manticoresearch search functionneodarz2019-01-161-0/+39