URL: /api/bridge/shoutcast/search?limit=2000&page=1&search=shoutcast_main_genre eq Easy Listening
Data Parsed:
Array
(
[search] => Array
(
[0] => shoutcast_main_genre = Easy
)
[order_by] => Array
(
[_item_id] => numerical_desc
)
[skip_triggers] => 1
[ignore_pending] => 1
[privacy_check] =>
[limit] => 100
)
Here the search array should be:
[search] => Array
(
[0] => shoutcast_main_genre = Easy Listening
)
updated by @amartins: 12/25/18 06:34:04AM