Aman-Mittal commented on issue #493:
URL:
https://github.com/apache/fineract-backoffice-ui/issues/493#issuecomment-5582533989
Update use the advanced search API -
curl 'h <BaseURL>/fineract-provider/api/v2/clients/search' \
-H 'accept: application/json, text/plain, */*' \
-H 'accept-language: en-GB,en;q=0.6' \
-H 'authorization: Basic bWlmb3M6cGFzc3dvcmQ=' \
-H 'content-type: application/json' \
-H 'fineract-platform-tenantid: default' \
-H 'origin: BaseURL' \
-H 'priority: u=1, i' \
-H 'referer: https://BaseURL' \
-H 'sec-ch-ua: "Not;A=Brand";v="8", "Chromium";v="150", "Brave";v="150"' \
-H 'sec-ch-ua-mobile: ?0' \
-H 'sec-ch-ua-platform: "Linux"' \
-H 'sec-fetch-dest: empty' \
-H 'sec-fetch-mode: cors' \
-H 'sec-fetch-site: cross-site' \
-H 'sec-gpc: 1' \
-H 'user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/150.0.0.0 Safari/537.36' \
--data-raw '{"request":{"text":""},"page":0,"size":5}'
and remove advanced search entirely
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]