Hi @alienbrett, I noticed you added some new features to the project, which is great. I had previously worked on some similar features for News and Options search.
In this PR I am including startdate and enddate fields for News/Search, i'm not sure if this is backwards compatible due to the ordering of the method args, I can modify the ordering if desired.
This also includes an validation class for Options/Search called optionSearchQuery that allows you to provide only valid/supported queries for Options. I believe this is backwards compatible as I have set it up where you can either provide either a list of str or optionSearchQuery as the query argument in Option.search. Please review and feel free to modify any of the code and documentation.
Hi @alienbrett, I noticed you added some new features to the project, which is great. I had previously worked on some similar features for News and Options search.
In this PR I am including
startdate
andenddate
fields for News/Search, i'm not sure if this is backwards compatible due to the ordering of the method args, I can modify the ordering if desired.This also includes an validation class for Options/Search called
optionSearchQuery
that allows you to provide only valid/supported queries for Options. I believe this is backwards compatible as I have set it up where you can either provide either a list ofstr
oroptionSearchQuery
as thequery
argument inOption.search
. Please review and feel free to modify any of the code and documentation.Thank you.