Closed dantleech closed 9 years ago
todo:
context=backend
for the mappings.Build failure is an easy fix
Updated.
Updated.
Have removed the REST API, and added category support.
Thanks @aitboudad I have added tests for invalid field mapping.
Will this still work with the old search stuff in Sulu? Or should it be merged together with the Sulu PR?
@danrot people should be using the tagged version so I would say it can be merged at any time.
Merged, but Sulu won't work with this. For the next Sulu release we have to tag 0.5.0 and https://github.com/sulu-io/sulu/pull/797 must be merged.
This PR adds a Doctrine ORM subscriber, REST API and ExpressionLanaugage and numerous other features facilitating the creation of an independent back office search.
massive:search:index:rebuild
command which rebuilds both the ORM and third-party (i.e. Sulu) implementations)Introduction of a REST API to provide a simple controller to perform a search query using parametersquery
,index
andlocale
and receieve a JSON response.