0
votes

I am building an out of the box SharePoint search. The basic search works just fine.

I have created a SharePoint list and added a metadata column which is tied to the TermStore and ran the full crawl. All looks good till this point.

The problem is, I have added a Refiner web part which only shows one refiner item at a time ( either Samsung, Apple or HTC) depending on what I type in the searchbox as shown in the screenshots below.

I would like the Refiner to display all the three refiners at all times for users to select and filter their search results.

As you can see below the Refiner webpart only show the filter value that is typed in the searchbox: enter image description hereenter image description here

This list shows all the items. And as you can see there are three items (HTC, Apple and Samsung)in the list: enter image description here

The metadata type column definition is shown in the screenshot below: enter image description here

My Refiner configuration is as follows: enter image description here

The Term Store can also be seen in the screenshot below: enter image description here

Please reply if there is something I need to do to fix my refiners to show all the filters options for users to select ( e.g. HTC, Apple, Samsung).

Thank you.

Kind regards.

1
There is a specific site for such kind of questionsVadim Gremyachev
how can i move this question to sharepoint.stackexchange.com ?theITvideos

1 Answers

0
votes

Please search for "*" to get all available search results. You should have all refiner options available now.
Refiner is used to narrow down current search results. So when you search for "Samsung" you will get only "Samsung" option, because all Search Results have "AKPhones" Managed Property = "Samsung".