Summary: | REST API: Searching /biblios with JSON 'q' parameter fails with SQL error | ||
---|---|---|---|
Product: | Koha | Reporter: | Adrian <adrianphilip.luna> |
Component: | REST API | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED INVALID | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | jonathan.druart, tomascohen |
Version: | 25.05 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Adrian
2025-10-08 03:11:02 UTC
The correct syntax is: q=[{"title":{"like":"%Abstract%"}}] You will find more info there https://api.koha-community.org/ |