<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: SAPUI5 - SmartFilterBar &amp; SmartTable - How Basic Search is working? in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sapui5-smartfilterbar-smarttable-how-basic-search-is-working/qaa-p/12528309#M4696290</link>
    <description>&lt;P&gt;Could you please show me the network when you hit search?&lt;/P&gt;</description>
    <pubDate>Wed, 13 Oct 2021 10:13:25 GMT</pubDate>
    <dc:creator>TinhLeo</dc:creator>
    <dc:date>2021-10-13T10:13:25Z</dc:date>
    <item>
      <title>SAPUI5 - SmartFilterBar &amp; SmartTable - How Basic Search is working?</title>
      <link>https://community.sap.com/t5/technology-q-a/sapui5-smartfilterbar-smarttable-how-basic-search-is-working/qaq-p/12528308</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;I'm developing SAPUI5 application (both front-end and back-end) and currently I'm facing ambigious functionality of basic search in smart filter bar.&lt;/P&gt;
  &lt;P&gt;For some fields, basic search is working fine. FuzinessThreshold is working as expected and table is being filtered properly. However when I enable it for different fields, then basic search doesn't work at all. No results are found, regardless of what is being typed in the search field.&lt;/P&gt;
  &lt;P&gt;How is it exactly working? Is basic search being executed after other records are filtered by regular filters? &lt;BR /&gt;Is there any place, where I could debug it and check?&lt;BR /&gt;Why such misteries happen?&lt;/P&gt;
  &lt;P&gt;Below 2 examples:&lt;/P&gt;
  &lt;P&gt;In the CDS view of oData I have added neccessary annotation. Both for the header and later for the property.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;@Search: {
    searchable: true
}
@OData.publish: true
define view main ...
{ 
...
@EndUserText.label: 'Description'        
@Search: {defaultSearchElement: true}
main.prd_order_desc,
...
@EndUserText.label: 'Description of the Shipping Type'
@Search: {defaultSearchElement: true}
main.shipping_type_so_item_descr,
...
}&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;When search for 'Description of the Shipping Type' is enabled, application works fine.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1984901-working-example.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;However, when field 'Description' is enabled, than basic search doesn't work at all. (note: filtering by this specific field is working fine)&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1984898-defaultsearchelement-1.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1984900-defaultsearchelement-0.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 09:51:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sapui5-smartfilterbar-smarttable-how-basic-search-is-working/qaq-p/12528308</guid>
      <dc:creator>former_member629343</dc:creator>
      <dc:date>2021-10-13T09:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAPUI5 - SmartFilterBar &amp; SmartTable - How Basic Search is working?</title>
      <link>https://community.sap.com/t5/technology-q-a/sapui5-smartfilterbar-smarttable-how-basic-search-is-working/qaa-p/12528309#M4696290</link>
      <description>&lt;P&gt;Could you please show me the network when you hit search?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 10:13:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sapui5-smartfilterbar-smarttable-how-basic-search-is-working/qaa-p/12528309#M4696290</guid>
      <dc:creator>TinhLeo</dc:creator>
      <dc:date>2021-10-13T10:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAPUI5 - SmartFilterBar &amp; SmartTable - How Basic Search is working?</title>
      <link>https://community.sap.com/t5/technology-q-a/sapui5-smartfilterbar-smarttable-how-basic-search-is-working/qaa-p/12528310#M4696291</link>
      <description>&lt;P&gt;What are you exactly interetested in? In the search query?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 11:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sapui5-smartfilterbar-smarttable-how-basic-search-is-working/qaa-p/12528310#M4696291</guid>
      <dc:creator>former_member629343</dc:creator>
      <dc:date>2021-10-13T11:37:05Z</dc:date>
    </item>
  </channel>
</rss>

