mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-11-25 03:15:19 +08:00
fix: db non full-text import error (#3055)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package db
|
||||
package db_non_full_text
|
||||
|
||||
import (
|
||||
"github.com/alist-org/alist/v3/internal/search/searcher"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package db
|
||||
package db_non_full_text
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
@@ -3,4 +3,5 @@ package search
|
||||
import (
|
||||
_ "github.com/alist-org/alist/v3/internal/search/bleve"
|
||||
_ "github.com/alist-org/alist/v3/internal/search/db"
|
||||
_ "github.com/alist-org/alist/v3/internal/search/db_non_full_text"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user