Is full text search possible with Sails.js and/or Waterline?
I know PostgreSQL supports full text search, but it doesn't look like the PostgreSQL adaptor for Waterline supports that feature as far as I can tell.
Would an efficient full text search be possible with Waterline's contains
helper method?