-
Notifications
You must be signed in to change notification settings - Fork 80
Search functionality
pawelmalak edited this page Oct 14, 2021
·
1 revision
- Query:
component
- Result: All snippets with word "component" in either title or description
-
Single language
- Query:
function lang:typescript
- Result: All snippets with word "function" in either title or description and "typescript" as a language
- Query:
-
Multiple languages
- Query:
function lang:typescript,python
- Result: All snippets with word "function" in either title or description and "typescript" or "python" as a language
- Query:
-
Only languages
- Query:
lang:php,go
- Result: All snippets with "php" or "go" as a language
- Query:
-
Single tag
- Query:
component tags:card
- Result: All snippets with word "component" in either title or description and "card" tag
- Query:
-
Multiple tags
- Query:
component tags:card,react
- Result: All snippets with word "component" in either title or description and "card" or "react" tag
- Query:
-
Only tags
- Query:
tags:react,vue,angular
- Result: All snippets with "react", "vue" or "angular" tag
- Query:
Multiple filters can be used at once: card lang:typescript tags:react,vue
is a valid query