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
postgres-searchbox doesn't currently handle SQL server, but after skimming over their fulltext-search doc, it definitely seems possible to extend it. The basic mechanics are the same: first create the search index, then transform a searchbox text into an SQL query in the appropriate dialect. @wyxcoder if you want to contribute that extension, I'm happy to review and merge it.
I am looking for an adapter to connect to SQL server, I am wondering if this lib can be modified to handle that?
The text was updated successfully, but these errors were encountered: