Implementing TTRSS: Searching #124
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#124
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?
The
getHeadlines
operation (see #83) allows for a search-string to be input to return fine-grained results. In the interests of time our original Tiny Tiny RSS implementation omits this, but it can and should be supported eventually---though possibly only after PostgreSQL and MySQL/MariaDB are supported.The search syntax is described below:
Search Syntax
Search query consists of several keywords. If keyword starts with "-", it is considered a negative match. Several special keywords are available:
Pointless as it may be, you can combine the negative prefix with the special keywords: -star:true would essentially mean star:false.