You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a dropdown filter on a DOM instance ($dom->setFilter()) if you choose to set a default value this value is used for EVERY subsequent query.
ie: if I set to filter my object by Colour = Blue as default and then change the filter in the CMS to red, the subsequent query that is generated is Colour = Blue AND Colour = Red.
There needs to be some separation of the default filter and subsequent ones.
The text was updated successfully, but these errors were encountered:
When using a dropdown filter on a DOM instance ($dom->setFilter()) if you choose to set a default value this value is used for EVERY subsequent query.
ie: if I set to filter my object by Colour = Blue as default and then change the filter in the CMS to red, the subsequent query that is generated is Colour = Blue AND Colour = Red.
There needs to be some separation of the default filter and subsequent ones.
The text was updated successfully, but these errors were encountered: