feat(search): Accept multiple words and do a simple union

This commit is contained in:
Kerollmops
2018-05-06 12:23:42 +02:00
committed by Clément Renault
parent 758baeb8e1
commit 1476aa3dba
5 changed files with 208 additions and 37 deletions

View File

@ -16,13 +16,15 @@ tokio-service = "0.1"
url = "1.7"
[dependencies.fst]
git = "https://github.com/Kerollmops/fst.git"
branch = "stream-with-state"
path = "../../fst"
# git = "https://github.com/Kerollmops/fst.git"
# branch = "stream-with-state"
[dependencies.levenshtein_automata]
git = "https://github.com/Kerollmops/levenshtein-automata.git"
branch = "custom-fst"
path = "../../levenshtein-automata"
# git = "https://github.com/Kerollmops/levenshtein-automata.git"
# branch = "custom-fst"
features = ["fst_automaton"]
[profile.release]
lto = true
# [profile.release]
# lto = true