Search tool now includes an Exact mode for matching content.
Although trivial, exact matching finds content that is exactly the same than the keyword entered, this is by customer request that we are adding this match mode.
Here is a recap of all match modes :
- Match : the keyword is found somewhere inside the content.
- Score : the keyword is found somewhere inside the content, and one or more letters can be missing or mistyped. Results are ordered according to best match ranking.
- Order : same than Score for the matching but the results are ordered according to how they come, which is usually left to right and top to bottom.
- Exact : the keyword matches exactly the content.
Content | | Keyword match algorithm |
| | abcd |
| | Match | Score | Order | Exact |
abc | | | √ | √ | |
abcd | | √ | √ | √ | √ |
abdc | | | √ | √ | |
abcde | | √ | √ | √ | |