Skip to content

Commit

Permalink
Merge pull request #650 from podverse/develop
Browse files Browse the repository at this point in the history
Release v4.13.8
  • Loading branch information
mitchdowney authored Aug 1, 2023
2 parents c050b7c + 0a6a99a commit 1c6c2eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podverse-api",
"version": "4.13.7",
"version": "4.13.8",
"description": "Data API, database migration scripts, and backend services for all Podverse models.",
"contributors": [
"Mitch Downey"
Expand Down
2 changes: 1 addition & 1 deletion src/services/manticore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ client.basePath = `${protocol}://${domain}:${port}`

export const searchApi = new Manticoresearch.UtilsApi(client)

export const manticoreWildcardSpecialCharacters = (str: string) => str.replace(/\?|-| |%|:|\(|\)|\//g, "'")
export const manticoreWildcardSpecialCharacters = (str: string) => str.replace(/\?|-|!| |%|:|\(|\)|\//g, "'")

0 comments on commit 1c6c2eb

Please sign in to comment.