Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I am working on tweaking my search refinement panel, and I noticed that for one of my filter categories, filters are not being generated for all the metadata terms present. Specifically, it seems that a filter only gets generated for the first term in the field, even if that field really contains two or more terms.

For instance, if my field is "Fruit" and my terms are Apple, Orange, Banana and Pear, if I have one item with the terms "Banana; Pear" and another item with the terms "Apple; Pear", then my search refiner looks like:

Fruit
Any Fruit
Banana (1)
Apple (1)

rather than the expected:

Fruit
Any Fruit
Pear (2)
Banana (1)
Apple (1)

Anyone know what I can do about that, or what the problem is?

I know that the terms are getting crawled, because if I do a search using the exact term (for example, in this case search for "Pear"), the correct items are found.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.