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.
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?
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.
At times, when querying
/search/*
the search will be triggered but then hang without ever returning any results. Looks likedoSearch()
doesn't wait long enough for results?ZCO-130