Open dcloud opened 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.
It would be cool to support full-text search like
but a simple like query on the field will probably work well.