| Current Path : /var/www/www.indacotrentino.com/www/vendor/magento/module-search/Test/Mftf/Data/ |
| Current File : /var/www/www.indacotrentino.com/www/vendor/magento/module-search/Test/Mftf/Data/SearchTermData.xml |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
<entity name="SearchTerm" type="searchTerm">
<data key="query_text" unique="suffix">Query text</data>
<data key="store_id">1</data>
<data key="redirect" unique="suffix">http://example.com/</data>
<data key="display_in_terms">0</data>
</entity>
<entity name="UpdatedSearchTermData1" type="searchTerm">
<data key="query_text" unique="suffix">UpdatedSearchTerm</data>
<data key="store_id">Default Store View</data>
<data key="number_of_results">1</data>
<data key="number_of_uses">20</data>
<data key="redirect_url">http://example.com</data>
<data key="display_in_suggested_term">No</data>
</entity>
</entities>