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
nin instead of != ⇒ simply appears to ignore the where clause
nin with the tag name on the left side of the where clause (i.e. .where(['TagIDoNotWant', 'nin', 'tags.name']) ⇒ exception due to it being an invalid query
Manually removing entries after the query. While this works, it requires me to query again & again with growing limits, until I find enough entries to satisfy the actual passed limit
The text was updated successfully, but these errors were encountered:
Is there some way to exclude content from a query, for example by writing something similar to this non functional query:
given this schema?
I've tried:
nin
instead of!=
⇒ simply appears to ignore the where clausenin
with the tag name on the left side of the where clause (i.e..where(['TagIDoNotWant', 'nin', 'tags.name'])
⇒ exception due to it being an invalid queryThe text was updated successfully, but these errors were encountered: