query-wrangler icon indicating copy to clipboard operation
query-wrangler copied to clipboard

Stacking filters

Open mchobbel opened this issue 2 years ago • 0 comments

Hello,

Very nice this plugin! I am especially happy about the ability to stack filters:

  • post-type = my-custom-post-type
  • search = value1
  • meta-query : my-key1 LIKE meta-value-1

However It would be nice if can stack another meta-query, like

  • meta-query : my-key1 LIKE meta-value1
  • meta-query : my-key2 LIKE meta-value2

The UI seems to allow it, but the whenever I hit save , only the bottom meta-query is kept, with the other one gone. Is this a bug?

Another question : Is it possible to combine (nested) boolean AND / OR expressions ?

mchobbel avatar Nov 03 '21 11:11 mchobbel