Search engine documentation review#369
Conversation
khaledk2
left a comment
There was a problem hiding this comment.
The next line should be modified
http://127.0.0.1:5577/api/v1/resources/
The script_name searchengineapi is set by gunicon for the searchengine, so it should be a part of the URL, so it needs to be like that:
http://127.0.0.1:5577/searchengineapi/api/v1/resources/
|
Thanks @khaledk2, looking at the Is there a special configuration required to get the new endpoint? |
|
I think you have deployed it before the latest modifications which I have pushed. You may be re-run the deployment ansible-playbook again or just pull the latest docker image for the search engine and run the container. The latest can be done using the following commands: |
|
Thanks, pulling the latest image and redeploying it fixes the endpoint and 82b144cupdates the documentation accordingly. This highlights the issue associated with using mutable images for the deployment. I'll open a separate issue to discuss the container versioning/lifecycle. |
|
It looks fine, thank you. |
Review the searchengine documentation introduced in #359: