quark
quark copied to clipboard
Wrong words detected in background
This is a(n):
- [ ] New feature proposal
- [ ] Reporting a keyword
- [x] Error
- [ ] Proposal to the Search Engine
- [ ] Other
Details: The content script made in https://github.com/OpenGenus/quark/pull/73 is taking words in between the words. For example: trie is detected in retrieved
Expected Behavior: Spaces and punctuations must be checked along with the word search.
Screenshots (if any): Screenshot shows TRIE detected in RETRIEVED
Would you like to work on this issue?
- [ ] Yes
- [ ] No
- [x] Would prefer the contributor of PR to work on changes required
Hi @AnkitaKhurana I was aware of this error when I was trying to add this feature. But the solution I gave was the best possible solution that I could find (which included this error). So I would be very happy if you could come up with the solution to remove this error.