add onprem search reindex

This commit is contained in:
Pete Matsyburka
2025-06-21 22:52:10 +03:00
parent 47b235dc5f
commit 35852ef6ab
10 changed files with 48 additions and 9 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ module Templates
end
def search(current_user, templates, keyword)
if Docuseal.fulltext_search?(current_user)
if Docuseal.fulltext_search?
fulltext_search(current_user, templates, keyword)
else
plain_search(templates, keyword)