xigt / sleipnir

RESTful API for interfacing the ODIN database
MIT License
0 stars 0 forks source link

Search for substring in phrases or translations #7

Open goodmami opened 7 years ago

goodmami commented 7 years ago

Currently XigtPath searches on phrases or translations require the entire item to hit, which is not useful. Instead, or alternatively, it would be better to search if a pattern exists within the sentence. This could look for sequential words (possibly with whitespaces normalized, and case-normalized, maybe even over stemmed strings if we get cached queries (see #5 ) working).