Skip to content

Commit

Permalink
Ticket #3374
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLV committed May 19, 2021
1 parent 436fc3e commit 68d4f81
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion inc/classes/BxDolSearchExtended.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class BxDolSearchExtended extends BxDolFactory implements iBxDolFactoryObject
{
public static $SEARCHABLE_TYPES = array(
'text', 'textarea', 'number',
'text', 'textarea', 'number', 'slider',
'select', 'radio_set',
'checkbox_set', 'select_multiple',
'checkbox', 'switcher',
Expand All @@ -24,6 +24,7 @@ class BxDolSearchExtended extends BxDolFactory implements iBxDolFactoryObject
'text' => array('text', 'text_range'),
'textarea' => array('text'),
'number' => array('text'),
'slider' => array('text_range', 'text'),
'text_auto' => array('text_auto'),
'select' => array('checkbox_set', 'select_multiple', 'select'),
'radio_set' => array('checkbox_set', 'select_multiple', 'select'),
Expand All @@ -40,6 +41,7 @@ class BxDolSearchExtended extends BxDolFactory implements iBxDolFactoryObject
'text' => array('like', '=', 'between'),
'textarea' => array('like', '='),
'number' => array('='),
'slider' => array('between', '='),
'text_auto' => array('in'),
'select' => array('in'),
'radio_set' => array('in'),
Expand Down
1 change: 1 addition & 0 deletions modules/boonex/english/data/langs/system/en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -945,6 +945,7 @@
<string name="_adm_form_txt_field_type_submit"><![CDATA[submit]]></string>
<string name="_adm_form_txt_field_type_switcher"><![CDATA[switcher]]></string>
<string name="_adm_form_txt_field_type_text"><![CDATA[text]]></string>
<string name="_adm_form_txt_field_type_text_range"><![CDATA[text (range)]]></string>
<string name="_adm_form_txt_field_type_text_auto"><![CDATA[auto text]]></string>
<string name="_adm_form_txt_field_type_textarea"><![CDATA[textarea]]></string>
<string name="_adm_form_txt_field_type_time"><![CDATA[time]]></string>
Expand Down
1 change: 1 addition & 0 deletions modules/boonex/russian/data/langs/system/ru.xml
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,7 @@
<string name="_adm_form_txt_field_type_submit"><![CDATA[отправка]]></string>
<string name="_adm_form_txt_field_type_switcher"><![CDATA[переключатель]]></string>
<string name="_adm_form_txt_field_type_text"><![CDATA[текст]]></string>
<string name="_adm_form_txt_field_type_text_range"><![CDATA[текст (диапазон)]]></string>
<string name="_adm_form_txt_field_type_text_auto"><![CDATA[авто текст]]></string>
<string name="_adm_form_txt_field_type_textarea"><![CDATA[текстовое поле]]></string>
<string name="_adm_form_txt_field_type_time"><![CDATA[время]]></string>
Expand Down
Binary file added studio/template/images/icons/ui-text_range.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 68d4f81

Please sign in to comment.