diff --git a/src/photo/db/index.ts b/src/photo/db/index.ts index f8adc6ba..49d9cf84 100644 --- a/src/photo/db/index.ts +++ b/src/photo/db/index.ts @@ -9,7 +9,7 @@ export const PHOTO_DEFAULT_LIMIT = 100; // These must mirror utility/string.ts parameterization const CHARACTERS_TO_REMOVE = [',', '/']; -const CHARACTERS_TO_REPLACE = ['+', '&', '|', ' ']; +const CHARACTERS_TO_REPLACE = ['+', '&', '|', ':', '_', ' ']; const parameterizeForDb = (field: string) => `REGEXP_REPLACE(