Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ZCO-137] Implement OmniSearch as optional strategy in /notes/search #59

Closed
czottmann opened this issue Apr 19, 2023 · 1 comment
Closed
Labels
enhancement New feature or request linear

Comments

@czottmann
Copy link
Owner

czottmann commented Apr 19, 2023

Getting search results out of Obsidian involves DOM scraping and is a mess. Implement Omnisearch support in /notes/omnisearch.

ZCO-137

@czottmann czottmann changed the title Research way to search notes in Obsidian that doesn't involve DOM scraping Implement OmniSearch as optional strategy in /notes/search Apr 19, 2023
@czottmann czottmann added the enhancement New feature or request label Apr 19, 2023
@czottmann czottmann added the WIP label May 4, 2023
czottmann added a commit that referenced this issue May 4, 2023
[NEW] Adds `PluginResultObject`

(#59)
czottmann added a commit that referenced this issue May 4, 2023
[CHG] Refactors `doSearch()`

(#59)
czottmann added a commit that referenced this issue May 4, 2023
[NEW] Adds `doOmnisearch()`

(#59)
czottmann added a commit that referenced this issue May 4, 2023
@czottmann czottmann mentioned this issue May 4, 2023
czottmann added a commit that referenced this issue May 4, 2023
v1.1.0

- [NEW] Adds `/omnisearch` routes (#59)
- [NEW] Adds graceful handling of unexpected exceptions in route handlers (#60)
- [FIX] Adds code for preventing a race condition in vaults w/ Templater enabled (#61)
- [FIX] Replaces deprecated `global` refs w/ `window`
- [DOC] Adds dynamic TOCs to route pages
- [DOC] Changes formatting for headlines w/ tags
@czottmann
Copy link
Owner Author

Added in v1.1.0.

@czottmann czottmann removed the WIP label May 4, 2023
@czottmann czottmann added this to the ✅ v1.0 milestone Jun 12, 2023
@czottmann czottmann added linear and removed linear labels Sep 17, 2023
@czottmann czottmann changed the title Implement OmniSearch as optional strategy in /notes/search [ZCO-137] Implement OmniSearch as optional strategy in /notes/search Sep 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request linear
Projects
None yet
Development

No branches or pull requests

1 participant