EINDEX / logseq-copilot

Logseq Copilot is a Browser extension that allows you to access your Logseq via your browser.
https://logseq-copilot.eindex.me
GNU General Public License v3.0
235 stars 21 forks source link

feat: support url hash at popup search #53

Closed EINDEX closed 5 months ago

EINDEX commented 5 months ago

Discussed in https://github.com/EINDEX/logseq-copilot/discussions/41

Originally posted by **happy15** September 6, 2023 Hi there, I would like to discuss use cases like mine: the internal doc platform uses parts after # in the url to route to different docs. For logseq copilot (which is awesome), it seems the parts after # is ignored when search logseq graph. For example, if I open some doc at sub.xxx.com/doc/#id=yyy, all url in the logseq graph which matches sub.xxx.com/doc/ will display in the plugin popup. They are actually different docs, so the search results in this use cases is not that useful. Whether this due the design of logseq copilot plugin or logseq search api itself?