rodrigoalmeida Posted May 13, 2019 Report Posted May 13, 2019 I have a question about the logic of the query below:("TR?S" OR "3") ("PORCENTO" OR "PERCENTO" OR "%") ("JOS?" OR "PAULO") With this search, when I open an e-mail and click on Highlight hits, it counts and show a hit with just the term "3" (Chapter 3, for example). Shouldn't be highlighting just if there was a full match like "3% PAULO", as it is based on three AND conditions? Quote
Alex Posted May 14, 2019 Report Posted May 14, 2019 Hello, To find these words in a sequence, a phrase pattern should be used: "(tr?s OR 3) (porcento OR percento) (jos? OR paulo)" Note that I omitted the clause with the singe % character, because it cannot be searched alone. Quote With this search, when I open an e-mail and click on Highlight hits Can you please elaborate a bit on what "click on Highlight hits" means? Intella UI does not have a button or other element named like this. The hits are highlighted automatically in the Previewer window when a keyword search result is opened. Quote
rodrigoalmeida Posted May 20, 2019 Author Report Posted May 20, 2019 Thank you for the feedback, Alex. Actually what I want is finding a match of any term from the 3 conditions in a sequential order. For example: TRES PORCENTO PAULO in a document (doesn't matter if there are double quotes on them). So if I try "(tr?s OR 3) (porcento OR percento) (jos? OR paulo)" I will look for the conditions as one string, which is not what I want. Below there is an example of what I do not want to have from the query ("TR?S" OR "3") ("PORCENTO" OR "PERCENTO" OR "%") ("JOS?" OR "PAULO")It returned 3 três highlighted while I was looking for highlighting something such as 3 PORCENTO JOSE. About the Highlight hits, it is exactly what you replied. Sorry for not explaining it clearly. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.