czottmann / obsidian-actions-uri

A plugin for Obsidian (https://obsidian.md) that adds additional `x-callback-url` endpoints to the app for common actions — it's a clean, super-charged addition to Obsidian URI.
https://zottmann.dev/obsidian-actions-uri/
MIT License
139 stars 6 forks source link

[ZCO-130] Fix wonky search handling #50

Closed czottmann closed 1 year ago

czottmann commented 1 year ago

At times, when querying /search/* the search will be triggered but then hang without ever returning any results. Looks like doSearch() doesn't wait long enough for results?

ZCO-130

czottmann commented 1 year ago

Hopefully fixed with the release of 0.16.4. I gave the search UI more time to display the results, it should at least reduce the risk of the search route hanging.