duck7000 / imdbGraphQLPHP

IMDb GraphQL API PHP class
11 stars 0 forks source link

TitleSearchAdvanced class extended #82

Closed duck7000 closed 2 weeks ago

duck7000 commented 2 weeks ago

I added keywords constraint to this class. Search can now include keyword or keywords

This is very handy to use in combination with the new keywordSearch, you can use the found keywords in TitleSearchAdvanced class to find all matching titles, imdb does do the same

I'll admit that this is only useful for niche keywords as search for sex or drugs will not get a good result.

Let me know if there are any issues with it, especially @GeorgeFive as the query is now longer

GeorgeFive commented 2 weeks ago

Haven't seen any issues so far, awesome!

duck7000 commented 2 weeks ago

Nice, this one can of the list as well then