dcloud / thatsfantastic

Collection of things related to Fantastic Fest film festival
0 stars 1 forks source link

add ability to search on description #7

Open dcloud opened 9 years ago

dcloud commented 9 years ago

It would be cool to support full-text search like

SELECT title, countries, related_urls FROM cinema_film WHERE year = 2015 AND description @@ 'todd & brown'::tsquery;

but a simple like query on the field will probably work well.