The search engine brings the user an easy way to retrieve the desired entries.
If you would like to filter the search results, please note that you have to use the following write format:
{filterName:filterArgument}
You can add unlimited number of filters and even several of them per type.
You have access to several filters described as following:
The plateform filter allows you to browse only in specific areas described as “plateforms”, these are also the same displayed when you are browsing entries. For example if your documentation describes mobile plateforms, they could be “Android”, “iOS” etc.
Use it as following:
{Android:true}
It’ll return all entries that are concerned by Android.
If false, returns all but android.
This second plateform filter allows the user to browse among specific versions of plateform. In our example, if we want to retrieve all entries that concern the android plateform but only from version 4.0.0.
Use it as following:
{Androidfrom:4.0.0}
It’ll return all entries concerned by Android from the given version (4.0.0).
Older entries are not displayed.
This filter keeps the entries that do have a given-language description.
Use it as following:
{english:true}
It’ll return all entries having an english description
This filter is usefull in case you are giving someone the task to translate existing descriptions for example: it’s easy to have a list of entries that need to be translated
with:
{english:true}{french:false}
It’ll return all entries having the english description filled but with an empty french description
Of course, feel free to add a searching text with the filters too, your results are going to be even more accurate !