Open hoelzro opened 5 years ago
if AND is the default, how would we specify OR? How does Google handle and/or?
As far as I know, Google does OR by default, but weights results that contain more of the search terms higher. The FTS plugin does this too, but I think that this behavior can be a little confusing, since TiddlyWiki's default search uses AND.
If I decided to add this, I would probably just change the query language to accept "A OR B" and "A AND B", and remove the "+A +B" syntax.
See #3
TiddlyWiki's own search uses "AND" style logic by default - we should probably do the same!