Add API endpoint to show all available search models.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-06-07 13:53:19 -04:00
parent ff5ac7ff4e
commit ca12bdcced
7 changed files with 50 additions and 11 deletions

View File

@@ -38,6 +38,7 @@ Changes
name `publish_workflow`, it will be accessible in the indexing template as
{{ document.workflow.publish_workflow }}. The latest state of the workflow
can be accessed using {{ document.workflow.publish_workflow.get_current_state }}.
- Added a new API endpoint to display a list of all the available search models.
Removals
--------