with the latest Pms 0.9.15 installed i get no SearchResults when trying to search local Libray. Just Episodes are showing up. For shared libraries the search function works fine but for local not.
@CyberGhost84, everyone else:
It looks like Plex Inc actually fixed their search call now. I always wondered about the “type=4” in the Search templates/requests. No idea how it got there, earlier it didn’t make a difference. Well, at least it didn’t hurt.
I am kind of waiting for a confirmation from Plex Inc… but would be willing to push the fix after an “OK” from your side as well.
To confirm this, in /templates/Search/Entry.xml and …/EntryAllPMS.xml please remove the parameter &type=4 from the baseURL string. This should help returning all your matched media again…
The type definition seems to be (in case anybody is looking for that info):
1 - movie
2 - show
4 - epsiode
8 - artist
10 - track
12 - clip // extratype=5
No idea, what the “extratype”, being returned with clips, is good for, though. Anybody?