0 votes

I want to do excat match for /opt/app/Marketing
but results show up all words containing this - I need only excat match

by (20 points)

1 Answer

0 votes

Without a more precise understanding of what you mean by 'Exact match', ie what characters can appear before or after the term, I'll assume that just any word break character is sufficient. Try this:

Containing Text: </opt/app/Marketing>

If you have a more specific definition then you can use regular expressions to define what can or cannot precede/follow the search term.

by (30.3k points)
...