Skip to content
New issue

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

terms array is not working as it should #34

Open
vstrelianyi opened this issue Sep 17, 2022 · 1 comment
Open

terms array is not working as it should #34

vstrelianyi opened this issue Sep 17, 2022 · 1 comment

Comments

@vstrelianyi
Copy link

vstrelianyi commented Sep 17, 2022

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

@vstrelianyi vstrelianyi changed the title terms array is not working terms array is not working as it should Sep 17, 2022
@iamlili
Copy link
Contributor

iamlili commented Sep 17, 2022

Fixed in PR #23

Please merge @jasonbahl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants