8000 Broken search? · Issue #18 · lukedirtwalker/cutespotify · GitHub
[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Broken search? #18

Open
lukedirtwalker opened this issue Apr 11, 2015 · 3 comments
Open

Broken search? #18

lukedirtwalker opened this issue Apr 11, 2015 · 3 comments

Comments

@lukedirtwalker
Copy link
Owner

http://talk.maemo.org/showpost.php?p=1461748&postcount=297

@hetas
Copy link
hetas commented Apr 3, 2017

It seems to me that search breaks when you enter a space in the search field. Search keeps giving results as long as you just type everything together without spaces.

edit: oh, sorry, didn't realise this was an old bug. Search broke for me recently and I was thinking of that.

@joonne
Copy link
joonne commented Jan 19, 2018

Hi, search text seems to be trimmed hence the need for typing it all together:

search.query = text.trim()

@hetas
Copy link
hetas commented Jan 20, 2018

Search doesn't work for me if I the search term has spaces in it. Trim only removes whitespace from the ends of the string so I don't think that makes a difference.

I'd guess that the search term isn't url-encoded and it needs to be. Replacing spaces with '+' might do the trick.

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

No branches or pull requests

3 participants
0