Create Omeka-S query

Hi everybody !
I have to create a site in which display items by tags, keywords or subject. Can someone explain me how to create a query in the “Navigation” section to automatically browse those items ?

Thanks !

You check the api for the list of properties with their id: http://example.com/api/properties, then you use it like that : http://example.com/api/items?resource-type=item&property[0][property]=PROPERTYID&property[0][type]=in&property[0][text]=TEXTTOSEARCH

But the simpler is to do an advanced sarch yourself and to add it as an url in the navigation.