Wiki source code of Search operators

Version 1.1 by hbpadmin on 2023/07/28 19:56

Show last authors
1 The collab search feature utilises several operators to fine-tune your search results.
2
3 ==
4 \\The Minus (-) operator ==
5
6 The "Minus" operator refines your search by excluding any results containing the term immediately following the operator. For example, if you search "file storage -bucket," the results will exclude any search results containing the word 'bucket.'
7
8 == The And (AND, && and &) operator ==
9
10 The "And" operator returns only those results containing all specified terms in your search. For example, entering "drive && bucket" into the search field will yield results that include both the words 'drive' and 'bucket.' The number of words used is not limited to two and can be extended as needed.
11
12 == The Or (OR, | and ||) operator ==
13
14 The "Or" operator broadens your search by returning results containing any or all of the specified search terms. For instance, typing "drive || bucket" will yield results with 'drive,' 'bucket,' or both. As with the "And" operator, the number of words used with the "Or" operator is not confined to two and can be expanded according to your needs.
15
16