mirror of
https://github.com/Chenyu550/alist-fork.git
synced 2025-06-10 14:46:53 -04:00
fix: db non full-text import error (#3055)
This commit is contained in:
parent
6b8778a63c
commit
8e2069c554
@ -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"
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user