Commit graph

9 commits

Author SHA1 Message Date
87acf106bf Use lowercase for all element names and symbols
The matching algorithm will work better when all names are normalized.
For instance, a search of "iorn" will not list "iron" in the first
three matches, but a search of "Iorn" will have "iron" as the first
match.
2021-08-13 17:14:38 -04:00
905e5a933b makedb: fix "searchtable" being refered to its old name "cache" 2021-08-13 17:08:12 -04:00
51c5604f69 makedb: split newlines for each value and parameter 2021-08-13 16:53:57 -04:00
47eed18958 change 'cache' to 'searchtable' in database 2021-08-10 10:22:05 -04:00
33171d2bd2 makedb: properly add cache 2021-08-08 23:37:12 -04:00
6173675677 makedb: make cached automaton 2021-08-08 23:33:17 -04:00
f0d3f226e6 makedb: finalize stmt 2021-08-08 23:33:16 -04:00
c819b3052b makedb: add cache table 2021-08-08 23:33:16 -04:00
b3fa112da3 use sqlite to store table 2021-08-08 23:33:15 -04:00