Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 2.94 KB

filter-publishers.md

File metadata and controls

59 lines (39 loc) · 2.94 KB

Filter publishers

You can filter publishers with the filter parameter:

{% hint style="info" %} It's best to read about filters before trying these out. It will show you how to combine filters and build an AND, OR, or negation query {% endhint %}

/publishers attribute filters

You can filter using these attributes of the Publisher entity object (click each one to view their documentation on the Publisher object page):

/publishers convenience filters

These filters aren't attributes of the Publisher object, but they're included to address some common use cases:

continent

Value: a String with a valid continent filter

Returns: publishers that are located in the chosen continent.

default.search

Value: a search string

This works the same as using the search parameter for Publishers.

display_name.search

Value: a search string

Returns: publishers with a display_name containing the given string; see the search page for details.

{% hint style="info" %} In most cases, you should use the search parameter instead of this filter because it uses a better search algorithm. {% endhint %}