You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a teaser with image, title, short description and recent comment. I would like the search to only look for a match inside the title and short description. These fields i give a class 'searchable'.
filtersSelector: ".searchable"
The plugin doesn't hide an item if there is a match inside a tag that does not have the .searchable class. In the code example below, the search "Name Surename" would have a match, but this tag does not have the ".searchable" class.
What im i doing wrong?
Is there more documentation about the plugin options?
<div class="isotope-item">
<div class="image-wrapper">
<img src="images/default/bg3.jpg" alt="">
</div>
<div class="info">
<h2 class="title searchable">Lorem Ipsum Dolor Aside kenneth</h2>
<p class="description searchable">Nullam quis risus eget urna mollis.</small>
</div>
<div class="comment">
<p>Name Surename</p>
<p>Morbi leo risus, porta ac consectetur ac, vestibulum at eros.</p>
</div>
</div>
The text was updated successfully, but these errors were encountered:
I have a teaser with image, title, short description and recent comment. I would like the search to only look for a match inside the title and short description. These fields i give a class 'searchable'.
filtersSelector: ".searchable"
The plugin doesn't hide an item if there is a match inside a tag that does not have the .searchable class. In the code example below, the search "Name Surename" would have a match, but this tag does not have the ".searchable" class.
What im i doing wrong?
Is there more documentation about the plugin options?
The text was updated successfully, but these errors were encountered: