Skip to content

sphinxql support? #5

Description

@mike-stratton

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions