-
Notifications
You must be signed in to change notification settings - Fork 46
Music search returns 0 results with illegal characters #40
Comments
mmhh i hope the / was url encoded if not this is a bug. the setting could look like this:
With This:
(Note: there is a space behind the last ;) this created this in the logs for me
maybe this helps. |
Sorry forgot to add that it was URL encoded. Also, I cannot remember what happened (or if I tried) when I used a space but the actual index sites had the 20/20 experience listed as 2020 experience. I will try the replace plugin. |
so the indexer had a replace rule too ... replace / with nothing ... you will of course have to do that too |
This worked. I used:
|
okay cool :) |
When xdm performs a search that contains illegal characters (.,/!') it does not pick these guys up. Seems as though the index sites do not allow these. For example, I dug through the log to find an api call on an indexer site searching for "The 20/20 Experience" and it returned 0 results. I took the exact url and plugged it directly into my browser and got the same result. I then took that url and removed the forward slash and it returned the expected results. The same occurred for "Magna Carta... Holy Grail."
The text was updated successfully, but these errors were encountered: