Zokalyx / theconfluence

1 stars 2 forks source link

Website search by user only autocompletes when query starts the same as the name #15

Open Zokalyx opened 2 years ago

Zokalyx commented 2 years ago

If I wrote "Zokal" my name would be autocompleted. If I wrote "okal" the name would not be autocompleted.

This is the website page: https://zokalyx.github.io/theconfluence/website/searchbyuser/

This is not easy to fix, because the text displayed on p5.js contains only one green section of text and one gray section of text. That is, code must be added both in the filter logic and in the rendering part.