'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)".
'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_authorkey.author id is stored in the
post_author_idkey.But the query still does RediSearch query in the id format for example "post_author:(123)".