Search
Search the website for Articles about Applications, Compression, Devices, Files & Directories, Network, Security, Shell Scripting, System and other related topics.
Search Instructions
White space acts as an AND operator, while a single pipe (|) character acts as an OR operator. To escape white space, use double quote ex. ="scheme language" for exact match.
Token | Match type | Description |
---|---|---|
keyword | fuzzy-match | Items that fuzzy match keyword |
=keyword | exact-match | Items that are keyword |
'keyword | include-match | Items that include keyword |
!keyword | inverse-exact-match | Items that do not include keyword |
^keyword | prefix-exact-match | Items that start with keyword |
!^keyword | inverse-prefix-exact-match | Items that do not start with keyword |
keyword$ | suffix-exact-match | Items that end with keyword |
!keyword$ | inverse-suffix-exact-match | Items that do not end with keyword |