Add support for "or" filter in advanced queries

To create the “or” functionality

  • sequential search for each item(s) and mark for inclusion
  • Subsequent search of all marked items is the “or” of prior sequential searches

Oops, it appears this is yet to be implemented