Server-side search #43
Labels
No labels
admin tools
api
bug
documentation
duplicate
enhancement
feature
help wanted
in progress
internals
invalid
packaging
question
testing
trivial
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: MensBeam/Arsse#43
Loading…
Add table
Add a link
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?
It would be beneficial for clients to offload searching onto the server, which can be assumed to be capable of searching its own database effectively.
The client would provide a query and a scope (feed, folder, unread, starred, a combination of these, or anything) and the server would return a set of article IDs, perhaps with weights and some other metadata.
The Feedbin protocol supports server-side search, and this would probably be useful for Pants.
Recent experience shows server-side search is actually a common feature, with Tiny Tiny RSS, Google Reader, FeedBin, CommaFeed, and NewsBlur all supporting some form of server-side search.