Skip to content

Commit

Permalink
Merge pull request #124 from noi-techpark/issue-122-searchfilter
Browse files Browse the repository at this point in the history
added searchfilter to tourism domain
  • Loading branch information
RudiThoeni committed Apr 17, 2020
2 parents d9f21c4 + 8c06668 commit f181645
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions source/howto/tourism/getstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Filters common to all datasets
several additional filters are available. They are described in the
respective swagger interface.


Filters are used within a dataset and their primary purpose is to
limit the result set according to specific parameters, although they
might not be available in every API call. Information about default
Expand Down Expand Up @@ -165,6 +166,16 @@ languages, English, German, and Italian, for which :literal:`en`,
are: Dutch (:literal:`nl`), Czech (:literal:`cs`), Polish
(:literal:`pl`), French (:literal:`fr`), and Russian (:literal:`ru`).

.. _search-filter:

The `search` Filter
~~~~~~~~~~~~~~~~~~~

Currently available for only a limited number of datasets, namely
Accommodations, Gastronomies, Events, Activities, Pois,
ODHActivitiesPois, and Article, this filters allows to find whether the
given string is contained in one of the field of the JSON response
sent as answer to a query.

.. _export-tourism:

Expand Down

0 comments on commit f181645

Please sign in to comment.