mirror of
https://github.com/docusealco/docuseal.git
synced 2026-08-07 07:14:43 +00:00
fix autocomplete
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ module Submitters
|
||||
end
|
||||
|
||||
def fulltext_search_field(current_user, submitters, keyword, field_name)
|
||||
keyword = keyword.delete("\0")
|
||||
keyword = keyword.delete("\0\\")
|
||||
|
||||
return submitters.none if keyword.blank?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user