Search currently supports two modes - AND (default) and exact.
AND
exact
It'd be good to be able to also run an OR type search by providing mode:or as the operator.
OR
mode:or
assigned to @btasker
mentioned in commit ad0cd7b8c010732d5b2cc7e0462b001100005634
Commit: ad0cd7b8c010732d5b2cc7e0462b001100005634 Author: B Tasker Date: 2023-12-30T18:41:59.000+00:00
feat: add support for OR searches (utilities/file_location_listing#24)
Using operator mode:or will return results that match any of the provided terms rather than requiring that they match all of them
mentioned in commit 5d4bf504c8a4ca12a0192f3b9b52a23527f24ee1
Commit: 5d4bf504c8a4ca12a0192f3b9b52a23527f24ee1 Author: B Tasker Date: 2023-12-30T18:47:06.000+00:00
docs: update help text for mode following changes in utilities/file_location_listing#24
mode
Activity
30-Dec-23 18:28
assigned to @btasker
30-Dec-23 18:42
mentioned in commit ad0cd7b8c010732d5b2cc7e0462b001100005634
Message
feat: add support for OR searches (utilities/file_location_listing#24)
Using operator
mode:or
will return results that match any of the provided terms rather than requiring that they match all of them30-Dec-23 18:48
mentioned in commit 5d4bf504c8a4ca12a0192f3b9b52a23527f24ee1
Message
docs: update help text for
mode
following changes in utilities/file_location_listing#24