lemon24 / reader

A Python feed reader library.
https://reader.readthedocs.io
BSD 3-Clause "New" or "Revised" License
444 stars 37 forks source link

Filter tags by prefix #309

Open lemon24 opened 1 year ago

lemon24 commented 1 year ago

Getting only specific tags with get_tags() is useful when implementing a "class" of objects on top of tags.

Possible use cases:

Open questions:

lemon24 commented 6 months ago

Some notes on how to implement ~efficient case-insensitive prefix match on SQLite: