← Alle Updates
Behoben

API: keyword searches work again on every network, and text comes back as text

A keyword search on /trending answered server_error on every source. Fixed and verified on all twelve. Titles and descriptions no longer carry HTML entities such as " or &, and the docs console has two keyword examples to try.

Dieses Update ist noch nicht übersetzt. Hier die englische Fassung.

A customer reported that GET /trending?source=pinterest&keyword=... returned server_error while the same request without the keyword worked. The cause was ours: the keyword filter reused one bound placeholder for several columns, which the database driver refuses, so every keyword search on every source failed the same way. It now binds one placeholder per column.

If your integration retried keyword searches and gave up on them, switch them back on. Nothing changed in the parameters.
In der App ausprobieren →