flask-msearch icon indicating copy to clipboard operation
flask-msearch copied to clipboard

Adding the backend as a property

Open BnGx opened this issue 4 years ago • 0 comments

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

BnGx avatar Feb 10 '21 08:02 BnGx