This commit is contained in:
Cory Dransfeldt 2024-10-31 13:58:07 -07:00
parent 920ac8b32e
commit 02789dc47c
No known key found for this signature in database
3 changed files with 21 additions and 1 deletions

View file

@ -8,7 +8,7 @@ CREATE OR REPLACE FUNCTION public.search_optimized_index(search_query text, page
genre_name text,
genre_url text,
type text,
total_plays text, -- Changed to text
total_plays text,
rank real,
total_count bigint
)