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",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user