Collapse Accordion menu at Search

I have made an app based on Framework7 template Single View and Cordova. I have four Accordion menus and Simple menu. I have SeachBar but my problem is at Search that the item title for what I search for is not displayed but the item for the accordion menu.
An exampel if the Accordion menu is named Fish and its submenu is Carp. If I search för Carp I see Fish, but I would prefer Carp to avoid confusion.

Here is the code for SearchBar:

form data-search-container=".search-list" data-search-in=".item-title" class="searchbar searchbar-init">
          <div class="searchbar-inner">
            <div class="searchbar-input-wrap tooltip-init" data-tooltip="Obs! Om annat namn i resultat syns klicka på det så finns det i undermenyn">
              <input type="search" placeholder="Sök"/>
              <i class="searchbar-icon"></i>
              <span class="input-clear-button"></span>
            </div>
            <span class="searchbar-disable-button">Avbryt</span>
          </div>
		 </form>
    <div class="searchbar-backdrop"></div>

    <div class="list accordion-list simple-list searchbar-not-found">
      <ul>
        <li>Fann inget</li>
      </ul>
    </div>
        <!-- Scrollable page content-->  
          
<!-- First group-->
<div class="list search-list searchbar-found">
<div class="block block-strong no-hairlines">

http://framework7.io/docs/searchbar.html#searchbar-parameters

You need to correctly specify searchItem, searchGroup and searchGroupTitle Searchbar parameters so it know what to show/hide on search