flask-msearch
flask-msearch copied to clipboard
Adding the backend as a property
It would be nice to be able to access all the features of the backend in use by adding the backend property to the model so that you have these two possibilities:
Model.query.msearch(...) # Already implemented
Model.backend.<all methods that the current backend offers> # To implement