Introduction

In the below article, I have explained how to create and configure metadata navigation and filtering in SharePoint lists and libraries.

What Is Metadata Navigation and Filtering?

Steps to configure Managed Metadata Navigation and Filtering

Column NameDatatype
ProductNameSingle lines of text
ProductDescriptionMulti-line text
Make/ModelChoices Field – dropdown
QuantityNumber
PriceChoices Field - dropdown

SharePoint

Let’s go and implement the feature.

Navigate to Site Settings -> Manage Site Features. Click "Activate" to activate Metadata Navigation and Filtering.

SharePoint

SharePoint

Let’s go back to our product list and add some products with metadata we created.

SharePoint
Now, let’s enable metadata navigation and filtering for the list.

Go to List -> List Settings ->General Settings ->Click Metadata Navigation Settings.

SharePoint
Configure Navigation Hierarchy

Content Type –> May be the Item or Folder.

Folder -> It will help display the folders in the Tree View for filtering the items somewhere in the particular folder Content Type.

Make/Model -> Choice field. If you don't need to filter values based on these criteria, don’t add this. In this scenario, I used this piece of metadata.

Price-> Same as Make/Model scenario.

SharePoint
SharePoint

Configure Key Filters

This Type will support

In this scenario, I used some of the fields for my reference.
SharePoint

Configure automatic column indexing for this list

It will come as default by automatically indexing the metadata we created in the SharePoint list and libraries. This is one of the best ways for handling metadata and the preferred way.

You can also see another option “Do not automatically indices column from this list”; you will be indexing the list column manually.

I am going with the Default “Automatically manage column indices in this list”.

You are also able to see the indexed columns by clicking on the link.
SharePoint
Click OK and complete the setup. Let’s see the cool OOTB feature how it works.


SharePoint

Now, I am going to filter with product “Apple”.

Oops the filter applied

SharePoint

Let’s see the key filter. Just put Quantity equals “1”.


SharePoint

Now, let me check Quantity equals “2”.

So, no items found.

SharePoint

Also, you can apply Key filter based on “Person or Group Field” value.

SharePoint

Conclusion

This awesome and cool OOTB feature will help you satisfy our client and customer needs without writing code and it achieves this within a couple of minutes. This feature is used by beginner SharePoint developers.