You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
This way I can use the methods from the Service.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: