mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Enable searching for SQL Server storage provider
This commit is contained in:
parent
a41f43c380
commit
e98f7b9218
10 changed files with 1040 additions and 783 deletions
|
@ -142,7 +142,7 @@ func SetSQLServerProvider(r *env.Runtime, s *store.Store) {
|
|||
s.Pin = pinStore
|
||||
|
||||
// Search
|
||||
searchStore := search.Store{}
|
||||
searchStore := search.StoreSQLServer{}
|
||||
searchStore.Runtime = r
|
||||
s.Search = searchStore
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue