oaregithub / oare_mono

1 stars 0 forks source link

searches for persons in words in texts #1699

Closed jbro-lab closed 1 year ago

jbro-lab commented 1 year ago

This isn't quite done. I'm just putting it up here so that others can work on it. It pretty much works but it does have a few small bugs and some other things that need to be done. I will list them here.

bug 1: The items list in wordsintextsearch.vue keeps growing and growing and growing. It's messing with the filter (I made it asynchronous bet getComboboxItems is messing it up) and sometimes the names of persons won't show up even if it's there, especially if there's a form that is spelled the same way.

bug 2: After searching for a name, sometimes the context portion will display a random portion of the text instead of the person

undone task 1: tests

undone task 2: permissions on how to add in persons to the /dictItems route. I assume there will need to be a filter or something

undone task 3: rename some of the types to better show that persons are being included (i.e. 'form/spelling/number')

That's all I can think of, feel free to email or slack or whatever if you have more questions about wordsInTexts search. It's kinda huge and confusing and I apologize for that.