-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Let me know is it possible via PHP SDK to pass following filters while making a request.
(site_type:news OR site_type:blogs)
(domain_rank:<10000)
Is it possible via PHP SDK ?
If yes please let me know where this is documented and how can I accomplish it.
When passing these filters as parameter
$params = array(
"q" => $name,
"sort" => "crawled",
"domain_rank" => '<10000'
);
No results are returned. Support chat informed me that ENDPOINT url is incorrect.
Metadata
Metadata
Assignees
Labels
No labels