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
#`results` property will query the DB and fetch the results, Results contains `data` & `count`
116
116
results = search_obj.results
117
+
118
+
# SQLAlchemy `queryset` can be also obtanied, all the functions provided by SQLAlchemy can be invoked on the underlying queryset and later records can be fetched -
0 commit comments