https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36637
Jan Kissig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #1 from Jan Kissig <[email protected]> --- I should have studied the API a bit more: there is a _match param which can be used with the value exact to retrieve only exact matching results. http://localhost:8080/api/v1/.html#ref-parameters-parameters_match So I should extend my query with to this: http://localhost:8081/api/v1/acquisitions/orders?biblio_id=2&_match=exact -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
