Skip to content
  • Matt Baer's avatar
    Fix tagged posts SQLite query · 8a555567
    Matt Baer authored
    SQLite doesn't have an `RLIKE` function, so the query for hashtagged
    posts was failing before. This adds a `regexp` function to SQLite and
    correctly retrieves all posts on a blog with the requested hashtag.
    
    This closes #55
    8a555567