Obsidian Searching
Links: 200 home
Searching¶
- If you want to search for two words then use quotes.
- For example
abc def
will search for occurrences ofabc
ordef
"abc def"
will search forabc def
- If you searching for words which contain quotes then use backslash.
- For example
- Search in a specific folder or subfolder:
- Lets suppose I want to search for something only in the Python folder (indexed as 108)
- I can do this using
path:108 search_term
orpath:python search_term
. - Here
path
means path should contain. - The way I have structured my notes, using index number is a great way of filtering through the notes.
Last updated: 2023-01-21