Confirmed users
764
edits
(→Status: Status update) |
m (→Intro) |
||
Line 1: | Line 1: | ||
== Intro == | == Intro == | ||
This project will attempt make Storage text searches faster, focusing on the awesomebar. | This project will attempt to make Storage text searches faster, focusing on the awesomebar. | ||
SQLite supports indexed full text search (FTS) through its fts extensions. Indexed FTS makes text searches fast: Rather than looking at every record in the database to see if it contains a search string, target records are found by comparing the search string against an index. | SQLite supports indexed full text search (FTS) through its fts extensions. Indexed FTS makes text searches fast: Rather than looking at every record in the database to see if it contains a search string, target records are found by comparing the search string against an index. |