Remove ' as it breaks a full text query

Query:  SELECT count(*) FROM "records_search_index" AS r0
WHERE (NOT (r0."purchased_at" IS NULL))
AND (records_search_index = '"Larks' Tongues in Aspic"*')

Needs escaping.
This commit is contained in:
Claudio Ortolina
2024-11-23 23:19:08 +00:00
parent b2e1f1f8d1
commit 7258519cf2
+1 -1
View File
@@ -25,7 +25,7 @@ defmodule MusicLibrary.RecordsFixtures do
"The Dark Side of the Moon",
"Wish You Were Here",
"Selling England by the Pound",
"Larks' Tongues in Aspic",
"Larks Tongues in Aspic",
"Red",
"Foxtrot",
"The Lamb Lies Down on Broadway",