mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-14 18:05:55 -07:00
feat: v0.0.3
This commit is contained in:
parent
7ff317756f
commit
3250a4ec3f
21 changed files with 322 additions and 374 deletions
|
|
@ -9,7 +9,7 @@ import (
|
|||
"github.com/jackc/pgx/v5/pgtype"
|
||||
)
|
||||
|
||||
const searchItemLimit = 5
|
||||
const searchItemLimit = 8
|
||||
const substringSearchLength = 6
|
||||
|
||||
func (d *Psql) SearchArtists(ctx context.Context, q string) ([]*models.Artist, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue