Advanced searching of content
Advanced searching of content
Is there any way to do advanced searching of content? Mainly I am looking at multiple words/phrases or multiple words in proximity to each other.
Re: Advanced searching of content
Thanks!void wrote: Fri May 16, 2025 2:05 am Please try the regex modifier on the content: search function.
For example:
Find word1 where it is 20 characters or less from word2:
regex:content:word1.{0,20}word2
Escape spaces with double quotes:
regex:content:"my first phrase.{0,20}my second phrase"
regex:
content: