~roguescholar/catfish-search/trunk

Viewing all changes in revision 1342.1.1.

  • Committer: Darin
  • Date: 2020-10-25 20:45:09 UTC
  • mto: This revision was merged to the branch mainline in revision 1367.
  • Revision ID: git-v1:9e9c856679a357833d086180e898c56aeafde946
Use "match all" method for fulltext search (fixes #30)

This changes the default behavior of the fulltext
search to use the logical AND method for results
(this does not change the "Match results exactly" option).

Currently if searching for "bash" and "script"
you will get results for anything matching "bash" or "script"
(which can be done by searching for either word individually).

This change will reduce results as you add keywords. Results
will include files containing both "bash" AND "script" or
any part of both of those keywords ("bash" and "scripting",
"abashed" and "description").

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: