I've got a search results webpart set-up which returns items from a large document library. Alongside it is a refiner web part which refines the results based on a managed metadata field set on those items (each document is tagged with multiple metadata values). Selecting multiple refiners would result in an OR-type query, returning all results tagged with either of the values. But I would like to have results based on a AND-type query. Is this possible? and if yes, how?
Asked
Active
Viewed 33 times
2
-
I'm working on this as well. – Martin Muldoon Feb 22 '19 at 20:39
-
That would be multiple values selected for the same managed property, right? As far as I know selecting a value for different properties will be an "AND" operator – Kasper Bo Larsen Feb 23 '19 at 17:29
-
Thank you @KasperBoLarsen for your comment. I don't fully understand your recommendation. Could you please give more details? Thanks! – AlinaQ Feb 28 '19 at 11:44