oaregithub / oare_mono

1 stars 0 forks source link

adds 0 words between option for words in text search #1555

Closed jbro-lab closed 2 years ago

jbro-lab commented 2 years ago

closes #1552. Not much to change here. It seems like the <= 1 option was searching for '0 words between' but it just needed to be a little clearer. The only changes I made was a frontend 0 option, some frontend checking, and + 1 in parts of the backend SQL to have 0 actually check for '0 words between', <= 1 check for 1 or less words between, and so on.