-
Notifications
You must be signed in to change notification settings - Fork 28
GetSearchHintsAsync seems to ignore the IncludeItemTypes array in SearchQuery #41
Comments
Hi. Try not setting IncludeMedia to true. |
Done, still getting mixed album/audio media type... Edit: if it can be usefull, I'm connecting to a server v 3.2.60.0 on QNAP |
...no news on this? |
Hi, can you use the Chrome debugger to compare to the web app to see what is missing? thanks. |
Already tried, the web interface builds the query in this way: the parsed querystring parameters are these: searchTerm: Iron The only noticeable difference is the ParentId, but event with my results are mixed: I receive both Audio and MusicAlbum items (also one Episode). |
I've already opened this issue in the Emby repository, but probably this is the best place.
As for the title: I'm building a search query via the C# client that looks like this:
But in the SearchHints results I don't only have music albums with the search term "Iron", but also songs.
I'm trying different configurations of the query, also with the ExcludeItemTypes, but I always get items of all types...
The text was updated successfully, but these errors were encountered: