Implement FTS5 for order search
This commit is contained in:
parent
81b442fcc4
commit
2588f2c54e
6 changed files with 125 additions and 4 deletions
|
|
@ -5,6 +5,7 @@ import (
|
|||
"log"
|
||||
|
||||
"github.com/Bronku/iroon/internal/models"
|
||||
_ "github.com/knaka/go-sqlite3-fts5"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue