Hello,
I have a html capture:
named “De la fause honte…”
text contains plutarque
searching all for “honte plutarque” doesn’t find it. Am I’m doing something wrong? a bug?
Gary
Hello,
I have a html capture:
named “De la fause honte…”
text contains plutarque
searching all for “honte plutarque” doesn’t find it. Am I’m doing something wrong? a bug?
Gary
No, it’s a feature
I stumbled on this too. But the search query looks to each “department” separately. In your case it would find the document if honte and plutarque are both in name or both in content. The “AND” in the search term does not bridge the “departments”.
If you want to do this kind of cross-department search you could use a smart search:
All of the following are true:
name matches honte OR plutarque
content matches honte OR plutarque
Johannes