Did research on how to change OR filter to AND filter for listings plugin
Looks like it's have to be a general computed property that loops through the filters using filter() and indexOf
Sources:
https://stackoverflow.com/questions/70514735/use-operator-with-filter-method-in-javascript
https://codepen.io/brokunMusheen/pen/KzbayG?editors=1010
https://5balloons.info/combining-multiple-filters-on-list-using-computed-properties-in-vuejs/
https://stackoverflow.com/questions/42683926/filtering-list-by-two-or-more-selects-in-vue-js-2-0
https://stackoverflow.com/questions/63289599/how-to-add-multiple-filters-on-a-vue-components-data
Sources:
https://stackoverflow.com/questions/70514735/use-operator-with-filter-method-in-javascript
https://codepen.io/brokunMusheen/pen/KzbayG?editors=1010
https://5balloons.info/combining-multiple-filters-on-list-using-computed-properties-in-vuejs/
https://stackoverflow.com/questions/42683926/filtering-list-by-two-or-more-selects-in-vue-js-2-0
https://stackoverflow.com/questions/63289599/how-to-add-multiple-filters-on-a-vue-components-data