hdolimpo-api: fix regexp. #15279

This commit is contained in:
ilike2burnthing 2024-04-29 04:06:37 +01:00 committed by GitHub
parent d96439a512
commit 178cc982ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ search:
text: "{{ .Result.title_phase1 }}"
filters:
- name: regexp
args: "(?i)spanish"
args: "(?i)(spanish)"
title:
text: "{{ .Result.title_phase1 }}"
filters: