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
* If the field value matches the search condition with [full-text-search](https://www.prisma.io/docs/concepts/components/prisma-client/full-text-search). Need to enable "fullTextSearch" preview feature to use.
131
-
*/
132
-
function search(field: String, search: String): Boolean {
133
-
} @@@expressionContext([AccessPolicy])
129
+
// /**
130
+
// * If the field value matches the search condition with [full-text-search](https://www.prisma.io/docs/concepts/components/prisma-client/full-text-search). Need to enable "fullTextSearch" preview feature to use.
131
+
// */
132
+
// function search(field: String, search: String): Boolean {
133
+
// } @@@expressionContext([AccessPolicy])
134
134
135
135
/**
136
136
* Checks the field value starts with the search string. By default, the search is case-sensitive, and
0 commit comments