General query endpoint #6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Might also need a query editor / builder
API
GET /node/search
This returns a list of nodes, along with the fields requested
GET /node/searchRaw
just send the query string directly for now
Use cases
This needs to be general enough to support:
Some of this searching may also be offloaded to tantivy, depending on the amount of full-text-searchiness
Also consider doing a rich text search box like Discord
Live query node typeto General query endpoint