django-sqlpaginator icon indicating copy to clipboard operation
django-sqlpaginator copied to clipboard

sphinxql support?

Open mike-stratton opened this issue 11 years ago • 1 comments

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;

mike-stratton avatar Jul 17 '14 22:07 mike-stratton

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

bulkan avatar Jul 17 '14 23:07 bulkan