Advanced searching of content
-
reg00000
- Posts: 6
- Joined: Wed Feb 09, 2022 10:06 pm
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.
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
-
reg00000
- Posts: 6
- Joined: Wed Feb 09, 2022 10:06 pm
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: