Problem/Motivation
Use taxonomy filter with operator doesn't work
Steps to reproduce
Configure a view to filter on a taxonomy term, configure it with : exposed widget, autocomplete and exposed operator.
Configure a View with extra settings : Exposed Filters - editor view
Create content that references the view in question and select 2 taxonomy terms using the autocomplete and operator "and"
Save the content.
The result is always used with "or" instead of "and"
The database store good informations :
s:15:"exposed_filters";a:3:{
s:26:"vr_exposed_filters_visible";i:0;
s:6:"tid_op";s:3:"and";
s:3:"tid";a:2:{
i:0;a:1:{
s:9:"target_id";s:2:"72";
}
i:1;a:1:{
s:9:"target_id";s:3:"105";
}
}
}
Comments