-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review of endpoint to return all resources #379
Comments
Is |
I guess it should be possible, yes. Whate the current API states? |
@axl8713 this REST endpoint is called by MS by using POST method because an XML payload is usually requested for filtering purposes. Sample of requests currently performed by the MS home page is:
|
Thanks @tdipisa! @afabiani the reason for this is that GET method on |
@axl8713 From a quick search,
The APIs doc here doesn't seems to be well updated as it should be, definitely. It would be good to simply fix the After doing this we will align the MS side as most probably some unit tests will fails due to this change. |
About this:
I see that the date provided in the filter has a format not recognized by GeoStore:
GeoStore requires dates to include the milliseconds part (.SSS) to be correctly parsed. To address this issue, I plan to adjust the date parsing logic in GeoStore to support input dates without milliseconds. This change will ensure that formats like 2024-06-01T00:00:00 are properly handled without requiring .SSS. |
@axl8713 after testing I found out the alphabetic sorting is case sensitive, so I get this results in UI:
|
Unfortunately, although the DAO framework supports case-insensitive ordering, the composed query makes the database crash:
|
Review of the /extjs/search/list endpoint, in particular the filters support and properties returned in response payload:
Note: for all the above points it is not requested to change the filtering strategies currently adopted.
The text was updated successfully, but these errors were encountered: