Search operator question

Sorry for my question, I don’t know if its the right place to ask it :blush:

I want to search within a document :

  • All the words that contain book
  • But not the word book itself.
    To get result like : ebook, bookstore … but not the word book

I tried :
~book BUT NOT “book” <<< not working :frowning:
~book NOT “book”
Also changed ~book with book

Any help, is welcome,
Thank you my friends,
Have a nice day,

In DEVONagent or DEVONthink? Anyway, the syntax is the same. This should work:
book?* OR *?book OR *?book?*

2 Likes

Worked perfectly :ok_hand::blush:
Thx again my friend Cgrunenberg

Where do I look up the operators for search? Thanks Ellen Madono

In the manual, appendix on search.