Works the same as TitleSearchAdvanced but for Names. https://www.imdb.com/search/name/
Adult names are included, if anyone want this as a parameter or config setting let me know.
In this version i overhauled the whole constraints part, it now only includes the constraints that are necessary (because a parameter has a valid value)
For Users this has no changes, only code changes.
So the query is shorter, if all parameters are used it will not (but that will never happen as the search doesn't make any sense in that case)
It is also much easier to add constraints.
If this (after your testing) works i will add this also to TitleSearchAdvanced class
I also added thumbnail images to the output array, settings are in config.
And i added totalFoundResults to the output array. This needs some explanation:
This is the total number of Names found by the query, this will not be the total returned results! Returned results are limited by config option nameSearchAdvancedAmount
You can see what i mean at the top of this page https://www.imdb.com/search/name/?birth_monthday=11-24
Next to Expand All you will see total query results (1464) but the list with names is limited to 50
Works the same as TitleSearchAdvanced but for Names. https://www.imdb.com/search/name/ Adult names are included, if anyone want this as a parameter or config setting let me know.
In this version i overhauled the whole constraints part, it now only includes the constraints that are necessary (because a parameter has a valid value) For Users this has no changes, only code changes. So the query is shorter, if all parameters are used it will not (but that will never happen as the search doesn't make any sense in that case) It is also much easier to add constraints. If this (after your testing) works i will add this also to TitleSearchAdvanced class
I also added thumbnail images to the output array, settings are in config.
And i added totalFoundResults to the output array. This needs some explanation: This is the total number of Names found by the query, this will not be the total returned results! Returned results are limited by config option nameSearchAdvancedAmount You can see what i mean at the top of this page https://www.imdb.com/search/name/?birth_monthday=11-24 Next to Expand All you will see total query results (1464) but the list with names is limited to 50
example uses: borntoday https://www.imdb.com/search/name/?birth_monthday=11-24 Or search within Names for specific birthdates or deathdates etc
All info is in the wiki page
Check it out if you like and let me know how it works Report any issues/bugs here please