I have some issue with your code while trying to implement the Full Text Search on metadata.
The thing is that everything is managed from the Controller, meaning that I cannot re-use your methods from another source than the webclient.
Would it be possible to:
move your methods in a Service,
have the controller just managing requests from the webclient and calling your methods (moved in Service)
Hello,
I have some issue with your code while trying to implement the Full Text Search on metadata. The thing is that everything is managed from the Controller, meaning that I cannot re-use your methods from another source than the webclient.
Would it be possible to:
This way I can use the methods from the Service.