Important

Okay
  Public Ticket #1505062
Search Magento 2 BE doesn't work
Closed

Comments

  • Jarah Gartener started the conversation

    Hi there, 

    We have installed these versions: 

    "ves/magento2-all": "1.0.3",
           "ves/magento2-basewidget": "0.1.0.2",
           "ves/magento2-pagebuilder": "0.1.0.1",


    Unfortantely the seach functionality is not working right: https://www.screencast.com/t/doSU04BjM3r

    Do we need to update the plugin or do you have another fix for this? 

    Looking forward to hearing from you


    Thanks,
    Jarah Gartener 

    Redkiwi

  •  1,319
    Land of replied

    Hello Jarah,

    Please use the advanced filter button. 

    The quick search in our module we disabled it. 

    Please edit there files:

    app/code/Ves/PageBuilder/view/adminhtml/ui_component/pagebuilder_listing.xml

    app/code/Ves/PageBuilder/view/adminhtml/ui_component/blockbuilder_listing.xml

    Then find code:

    <filterSearch name="fulltext">
                <argument name="data" xsi:type="array">
                    <item name="config" xsi:type="array">
                        <item name="provider" xsi:type="string">blockbuilder_listing.blockbuilder_listinand_listing_data_source</item>
                        <item name="chipsProvider" xsi:type="string">blockbuilder_listing.blockbuilder_listing.listing_top.listing_filters_chips</item>
                        <item name="storageConfig" xsi:type="array">
                            <item name="provider" xsi:type="string">blockbuilder_listing.blockbuilder_listing.listing_top.bookmarks</item>
                            <item name="namespace" xsi:type="string">current.search</item>
                        </item>
                    </item>
                </argument>
            </filterSearch>

    Delete or comment it.

    Then run commands:

    php bin/magento setup:upgrade --keep-generated

    php bin/magento cache:clean