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:
@@ -25,7 +25,7 @@ defmodule MusicLibrary.RecordsFixtures do
|
|||||||
"The Dark Side of the Moon",
|
"The Dark Side of the Moon",
|
||||||
"Wish You Were Here",
|
"Wish You Were Here",
|
||||||
"Selling England by the Pound",
|
"Selling England by the Pound",
|
||||||
"Larks' Tongues in Aspic",
|
"Larks Tongues in Aspic",
|
||||||
"Red",
|
"Red",
|
||||||
"Foxtrot",
|
"Foxtrot",
|
||||||
"The Lamb Lies Down on Broadway",
|
"The Lamb Lies Down on Broadway",
|
||||||
|
|||||||
Reference in New Issue
Block a user