Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete on modal Window #805

Closed
eoyarzabal opened this issue Sep 2, 2013 · 3 comments
Closed

Autocomplete on modal Window #805

eoyarzabal opened this issue Sep 2, 2013 · 3 comments

Comments

@eoyarzabal
Copy link

When I try:

Eva (Trying to put Evan Prodromou) I can select only "Aeva Ntsc"
Steph (Trying to put Stephen Sekula) I get "No matches found"
Pumpana (Trying to put Pumpanagi) I get "No matches found"

BUT (always a but..)

When I try:

drom I get "Evan Prodromou" (The both users)
kul I get "Stephen Sekula" (Both users)
nagi I get "Pumpanagi" and "JanKusanagi"

I think it crops the first 2 letters on Name and LastName because you can get wanted results putting:

You can get Evan Prodromou putting "an" or "odromou"
The same for Stephen Sekula putting "ephen" or "kula"

This is the pre issue: https://pumpio.com.ar/tioeze/note/qILHSj2zQqKv0g5b0xInww

@DDevine
Copy link

DDevine commented Sep 12, 2013

I can confirm this issue.
When I search for "François", I get no matches. When I search for "ançois" I get two matches (correctly).

@shtrom
Copy link

shtrom commented Oct 16, 2013

Ah! Same here. I can find other people from my list if I type the middle of their name, which is good.

However, if I become too specific, it fails again. For example, “co” will suggest “NicoKos” and the “Co-workers” list, but specifying “cok” empties the list, even though “NicoKos” still matches (I tried both lower and upper case, finding the same result); “Nic” doesn't yield any suggestion either.

@Micheleaj
Copy link

I can confirm that it looks like the remote lookup is nixing the first two letters (maybe as part of the function that makes sure you have at least 2 letters before doing a lookup?). It seems to handle local lookups OK (eg "pu" gets me "Public").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
@shtrom @DDevine @eoyarzabal @Micheleaj and others