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
I cannot find find a way, and docs don't seem to suggest its possible, but is there a way to chain searches?
Simple example:
I have a table with active and geo columns. Both BooleanColumn and work with external button searching on true/false/null. All work fine however it builds query like Q(active=True) OR Q(geo=True).
Is there a way to override default and get Q(active=True) AND Q(geo=True)? So that I am able to see active rows that also have geo.
The text was updated successfully, but these errors were encountered:
I cannot find find a way, and docs don't seem to suggest its possible, but is there a way to chain searches?
Simple example:
I have a table with active and geo columns. Both BooleanColumn and work with external button searching on true/false/null. All work fine however it builds query like Q(active=True) OR Q(geo=True).
Is there a way to override default and get Q(active=True) AND Q(geo=True)? So that I am able to see active rows that also have geo.
The text was updated successfully, but these errors were encountered: