![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/mirasvit/module-search-ultimate/src/SearchSphinx/etc/adminhtml/ |
<?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd"> <system> <section id="search"> <group id="engine"> <label>Search Engine Configuration</label> <field id="host" translate="label comment tooltip" type="text" sortOrder="20" showInDefault="1"> <label>Sphinx Host</label> <depends> <field id="engine">sphinx</field> </depends> </field> <field id="port" translate="label comment tooltip" type="text" sortOrder="30" showInDefault="1"> <label>Sphinx Port</label> <depends> <field id="engine">sphinx</field> </depends> </field> <field id="same_server" translate="label comment" type="select" sortOrder="35" showInDefault="1"> <label>Sphinx installed on the same server</label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> <depends> <field id="engine">sphinx</field> </depends> </field> <field id="bin_path" translate="label comment tooltip" type="text" sortOrder="40" showInDefault="1"> <label>Sphinx Bin Path</label> <depends> <field id="engine">sphinx</field> <field id="same_server">1</field> </depends> </field> <field id="auto_restart" translate="label comment" type="select" sortOrder="45" showInDefault="1"> <label>Allow for auto-start of Sphinx Daemon</label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> <depends> <field id="engine">sphinx</field> <field id="same_server">1</field> </depends> </field> <field id="status" translate="label comment tooltip" type="text" sortOrder="70" showInDefault="1"> <button_label>Check Status</button_label> <frontend_model>Mirasvit\SearchSphinx\Block\Adminhtml\Config\Form\Field\Command\Status</frontend_model> <depends> <field id="engine">sphinx</field> <field id="same_server">1</field> </depends> </field> <field id="restart" translate="label comment tooltip" type="text" sortOrder="80" showInDefault="1"> <button_label>Restart Sphinx Daemon</button_label> <frontend_model>Mirasvit\SearchSphinx\Block\Adminhtml\Config\Form\Field\Command\Restart</frontend_model> <depends> <field id="engine">sphinx</field> <field id="same_server">1</field> </depends> </field> <field id="clear" translate="label comment tooltip" type="text" sortOrder="85" showInDefault="1"> <button_label>Reset</button_label> <frontend_model>Mirasvit\SearchSphinx\Block\Adminhtml\Config\Form\Field\Command\Reset</frontend_model> <depends> <field id="engine">sphinx</field> <field id="same_server">1</field> </depends> </field> <field id="config" translate="label comment tooltip" type="text" sortOrder="85" showInDefault="1"> <button_label>Generate configuration file</button_label> <frontend_model>Mirasvit\SearchSphinx\Block\Adminhtml\Config\Form\Field\Command\Config</frontend_model> <depends> <field id="engine">sphinx</field> <field id="same_server">0</field> </depends> </field> <group id="extended" translate="label" type="text" sortOrder="100" showInDefault="1" showInWebsite="0" showInStore="0"> <label>Additional Configuration</label> <depends> <field id="engine">sphinx</field> </depends> <field id="custom_base_path" translate="label" type="text" sortOrder="40" showInDefault="1"> <label>Custom Base Path</label> <comment>Default path is: [magento_root_directory]/var/sphinx/</comment> </field> <field id="custom_searchd" translate="label" type="textarea" sortOrder="41" showInDefault="1"> <label>Additional searchd configuration</label> </field> <field id="custom_index" translate="label" type="textarea" sortOrder="41" showInDefault="1"> <label>Additional index configuration</label> </field> <field id="custom_charset_table" translate="label" type="textarea" sortOrder="42" showInDefault="1"> <label>Custom Charset Table</label> </field> </group> </group> </section> <section id="searchautocomplete"> <group id="general"> <field id="fast_mode" translate="label comment tooltip" type="select" sortOrder="25" showInDefault="1"> <label>Fast Mode</label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> </field> </group> </section> </system> </config>