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
when using the following query:
{operator: IN, taxonomy: CATEGORY, terms: ["91","80"], field: ID},
only posts with last ID in array ( 80 ) are returned
NOTE: when I use SLUG as field like here:
{operator: IN, taxonomy: CATEGORY, terms: ["slug1","slug2"], field: SLUG},
the query returns the correct data
The text was updated successfully, but these errors were encountered:
Fixed in PR #23
Please merge @jasonbahl
Sorry, something went wrong.
No branches or pull requests
when using the following query:
{operator: IN, taxonomy: CATEGORY, terms: ["91","80"], field: ID},
only posts with last ID in array ( 80 ) are returned
NOTE: when I use SLUG as field like here:
{operator: IN, taxonomy: CATEGORY, terms: ["slug1","slug2"], field: SLUG},
the query returns the correct data
The text was updated successfully, but these errors were encountered: