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
This would need a neat, simple syntax - but might help to enhance functionality of the filtering a little. Filter groups for field filtering could be assigned at filter-time.
.query({
tags: {...},
filters: {...},
filter_fields: {
field_slugged_something: {
value: Fishpond.blank_field // searches for when the field is blank, we could define a bunch of methods for generic values, perhaps?
group: 0 // optional group param, should this need to be 'and-ed' against another filterset
},
}
});
The text was updated successfully, but these errors were encountered:
This would need a neat, simple syntax - but might help to enhance functionality of the filtering a little. Filter groups for field filtering could be assigned at filter-time.
The text was updated successfully, but these errors were encountered: