We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
'author' parameter is not working for the query. If I bypass RediPress the query works.
Debugged and it seems that RediPress does index author name in the post_author key. author id is stored in the post_author_id key.
post_author
post_author_id
But the query still does RediSearch query in the id format for example "post_author:(123)".
The text was updated successfully, but these errors were encountered:
No branches or pull requests
'author' parameter is not working for the query. If I bypass RediPress the query works.
Debugged and it seems that RediPress does index author name in the
post_author
key.author id is stored in the
post_author_id
key.But the query still does RediSearch query in the id format for example "post_author:(123)".
The text was updated successfully, but these errors were encountered: