Closed rhodges closed 4 months ago
@rhodges Sort is not giving error in GET query String as it was ignored by elastic and hence Sort was not working, but it was not giving any error too. Sort param needs to go in POST request.
Could you please test with this branch and let me know.
https://github.com/Esri/geoportal-server-catalog/tree/Issue--547
@as0050629 - That seems to have fixed it! After building I see all of my records. Thanks!
NOTE: Sorting does not work - by name or date, ascending or descending, all items are in the same order every time.
awesome! thanks for your willingness to test this fix.
Describe the bug A clear and concise description of what the bug is. Loading
/geoportal/
(or/geoportal/#searchPanel
) in a browser, instead of results, I get the message "An error occurred." The query to elasticsearch/elastic/metadata/_search?from=0&size=10
To Reproduce Steps to reproduce the behavior:
mvn clean install
Request:
parameters:
Expected behavior The query to load all initial results should populate the catalog page.
Working query: Request:
request context:
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context GeoPortal Server Stack: