mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Implement search page
This commit is contained in:
parent
5294748076
commit
301854d8da
12 changed files with 180 additions and 17 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- CreateIndex
|
||||
CREATE FULLTEXT INDEX `albums_title_subTitle_idx` ON `albums`(`title`, `subTitle`);
|
||||
|
|
@ -153,6 +153,8 @@ model albums {
|
|||
relatedAlbums related_album[] @relation("related_album_albumIdToalbums")
|
||||
relatedTo related_album[] @relation("related_album_relatedIdToalbums")
|
||||
stores stores[]
|
||||
|
||||
@@fulltext([title, subTitle])
|
||||
}
|
||||
|
||||
model animation {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue