In a Rails app I'm using the pg_search gem. When I run my RSpec suite I see many lines of:
NOTICE: text-search query doesn't contain lexemes: ""
LINE 1: ...e("pg_search_documents"."content"::text, '')))), (''), 0)) A...
I'm not sure what this means, or whether it's something I should be concerned about.
Can anyone help?