wezm / read-rust

Read Rust allows you to keep up with articles about the Rust programming language.
https://readrust.net/
MIT License
198 stars 11 forks source link

Add full text search for posts #132

Closed wezm closed 4 years ago

wezm commented 4 years ago

Implements search using PostgreSQL full text search features. Posts are indexed by title, tags, summary, and author. Search queries support a small number of operations (provided by websearch_to_ts_query: