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

Search suggestions for some hashtags stop after entering n characters or a # #76

Closed
trwnh opened this issue Jun 1, 2018 · 5 comments
Closed
Assignees
Labels
🐛 Bug Something isn't working ❗❗ Priority: High Important 👀 UI An issue with the interface / frontend

Comments

@trwnh
Copy link
Member

trwnh commented Jun 1, 2018

Example hashtag: #cat

Entering the following will load the hashtag as a suggestion:
c
ca

Entering the following will say "unable to find any matches"
cat
#cat
#c
#ca
#cat

@trwnh
Copy link
Member Author

trwnh commented Jun 1, 2018

This doesn't happen with usernames for some reason, only tags. Typing any substring of usernames will usually get them to load (but not every single match will be displayed -- see #88)

@dansup
Copy link
Member

dansup commented Jun 2, 2018

Possible fix in #137

@dansup dansup self-assigned this Jun 2, 2018
@dansup dansup added 🐛 Bug Something isn't working ❗❗ Priority: High Important 👀 UI An issue with the interface / frontend labels Jun 2, 2018
@dadall
Copy link

dadall commented Aug 10, 2018

Still present after today's update.

@trwnh trwnh changed the title Search suggestions for hashtags stop after entering more than 2 characters or a # Search suggestions for hashtags stop after entering more than 4 characters or a # Aug 11, 2018
@trwnh
Copy link
Member Author

trwnh commented Aug 11, 2018

The threshold seems to have increased, but it's inconsistent.

'c' / 'ca' / 'cat' will load #cat as a suggestion. 'cats' will load #catsofpixelfed as a new suggestion, but typing 'catso' and all further substrings will produce no suggestions.

Meanwhile, the hashtag for #pixelfed will be suggested for all substrings.

@trwnh trwnh changed the title Search suggestions for hashtags stop after entering more than 4 characters or a # Search suggestions for some hashtags stop after entering n characters or a # Aug 11, 2018
@dansup
Copy link
Member

dansup commented Oct 7, 2018

Fixed in 958b5b4

@dansup dansup closed this as completed Oct 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working ❗❗ Priority: High Important 👀 UI An issue with the interface / frontend
Projects
None yet
Development

No branches or pull requests

3 participants