An open-source, browser-based front-end application for the collection of complex structured data from textual resources in history and the social sciences into a RethinkDB database for further analysis.
BSD 3-Clause "New" or "Revised" License
10
stars
3
forks
source link
Search panel: in Label, search for words from label #380
If I search T for "Barca" or "Barc" in Search panel, I do not find T "La Barca". Change the algorithm in such a way that it searches for individual words (defined by white spaces) from the input in individual words from the entity labels. Case insensitive.
I.e., upon searching "Barc" and "Barca", it must find "La Barca".
Compare the beginnings, i.e. do not (at least at this stage) implement any more complex comparison algorithm.
If I search T for "Barca" or "Barc" in Search panel, I do not find T "La Barca". Change the algorithm in such a way that it searches for individual words (defined by white spaces) from the input in individual words from the entity labels. Case insensitive. I.e., upon searching "Barc" and "Barca", it must find "La Barca". Compare the beginnings, i.e. do not (at least at this stage) implement any more complex comparison algorithm.