• Hello. How can I make multiple filters show results using the OR operator between them (not only inside the filter)? I have 3 different filters (all using checkboxes) and I want to show markers tied to ANY of the checked terms for ANY of the filters. At the moment, when I select a checkbox in filter 2, the markers from filter 1 that don’t also tie to the checked term disappear; so, for example, at the moment the map only shows makers that match term 1 OR 2 in filter #1 AND term 1 in filter #2; I want to show markers that match term 1 OR 2 in filter #1 OR term 1 in filter #2.

Viewing 1 replies (of 1 total)
  • Plugin Author dgamoni

    (@dgamoni)

    Hi
    available only this now
    Types of filter :
    Filters using checkboxes are cumulative (OR operator), this means they will show markers tied to ANY of the checked terms.

    Filters using Tokenize are “mutually-exclusive” (AND operator), which means only markers that fit ALL the given terms will show.

    Range filters will only work with simple numeric values. If the value is not numeric the markers will be unselected each time the range is updated.

    see doc https://locateandfilter.monothemes.com/docs/locateandfilter-wp-plugin/create-map/filters/

    • This reply was modified 3 years, 3 months ago by dgamoni.
Viewing 1 replies (of 1 total)
  • The topic ‘Boolean Search OR’ is closed to new replies.