Escape matching wildcard characters #17

Merged
mih merged 1 commit from jsheunis/dfg-cp-survey-ui:escape into main 2025-09-02 08:20:21 +00:00

View file

@ -110,7 +110,7 @@
"get-record": "record?pid={curie}&format=ttl",
"get-records": "records/{name}?format=ttl",
"get-paginated-records": "records/p/{name}?format=ttl&size=100&page={page_number}",
"get-paginated-records-constrained": "records/p/{name}?format=ttl&matching=%{match_string}%&size=100&page={page_number}"
"get-paginated-records-constrained": "records/p/{name}?format=ttl&matching=%25{match_string}%25&size=100&page={page_number}"
},
"service_fetch_before": {
"get-record": [],