Search > 'Find text' > Like a Search Engine
Posted: 2010-09-26, 15:32 UTC
I'd like to be able to search for files that contain multiple phrases.
Like 'dog' and 'biscuit' but they might not occur exactly as "dog biscuit"
The file might contain "I feed my dog biscuits as a reward"
Most people don't know/understand Regular Expressions.
I'm suggesting that TC should behave the same way a search engine does.
Most people are familiar with google's syntax, so that would be suitable.
There should be a new Checkbox, 'Exact Phrase' which is ticked by default; you can untick it (and it will save its unticked state) and then it will behave like a search engine.
So you can do searches like
term1 term2 -term3
(dog|cat) biscuits
"I feed my (dog|cat) * as a reward"
Like 'dog' and 'biscuit' but they might not occur exactly as "dog biscuit"
The file might contain "I feed my dog biscuits as a reward"
Most people don't know/understand Regular Expressions.
I'm suggesting that TC should behave the same way a search engine does.
Most people are familiar with google's syntax, so that would be suitable.
There should be a new Checkbox, 'Exact Phrase' which is ticked by default; you can untick it (and it will save its unticked state) and then it will behave like a search engine.
So you can do searches like
term1 term2 -term3
(dog|cat) biscuits
"I feed my (dog|cat) * as a reward"