Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sphinxql support? #5

Open
mike-stratton opened this issue Jul 17, 2014 · 1 comment
Open

sphinxql support? #5

mike-stratton opened this issue Jul 17, 2014 · 1 comment

Comments

@mike-stratton
Copy link

sphinxql is great for pagination because sorted search results return any attributes essentially replacing a database, will this package work with it?

the queries use regular mysql back-end and look like this:
SELECT * FROM index
WHERE MATCH ('keyword')
AND type IN (1,2,3)
ORDER BY attribute
LIMIT 0, 1000;

also the number of results for the last query is obtained by running another query:
SHOW META;

@bulkan
Copy link
Owner

bulkan commented Jul 17, 2014

Hello @mike-stratton,

I'm going to be honest with you. I don't use Django and don't have time to spare to work on this feature.

PR's are welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants