fixes #2025 add author field in search by words filter

This commit is contained in:
plegall
2023-10-18 18:19:30 +02:00
parent 188be4849c
commit c904d536a5
5 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -1400,7 +1400,7 @@ enabled_high, registration_date, registration_date_string, registration_date_sin
),
'allwords_fields' => array(
'flags' => WS_PARAM_OPTIONAL|WS_PARAM_FORCE_ARRAY,
'info' => 'values among [name, comment, tags, file, cat-title, cat-desc]',
'info' => 'values among [name, comment, tags, file, author, cat-title, cat-desc]',
),
'tags' => array(
'flags' => WS_PARAM_OPTIONAL|WS_PARAM_FORCE_ARRAY,