Extended Search
This site uses fusejs to provide local search services, allowing you to use extended search - a search format that can fine-tune search results, similar tounix
Space represents logical AND
, pipe symbol | represents logical OR
, and to escape spaces, use double quotes ""
.
Token | Match type | Description |
---|---|---|
jscript | fuzzy-match | Items that fuzzy match jscript |
=scheme | exact-match | Items that are scheme |
'python | include-match | Items that include python |
!ruby | inverse-exact-match | Items that do not include ruby |
^java | prefix-exact-match | Items that start with java |
!^earlang | inverse-prefix-exact-match | Items that do not start with earlang |
.js$ | suffix-exact-match | Items that end with .js |
!.go$ | inverse-suffix-exact-match | Items that do not end with .go |