Skip to content

Instantly share code, notes, and snippets.

@nikitashekhov
Created September 15, 2013 09:51
Show Gist options
  • Save nikitashekhov/6569255 to your computer and use it in GitHub Desktop.
Save nikitashekhov/6569255 to your computer and use it in GitHub Desktop.
<!-- Data generated by Faker, see https://github.com/fzaninotto/Faker -->
<ul class="contacts">
<!-- Add text to the data-index attribute to enable full-text search -->
<!-- Don't forget to lowercase it to make search case-insensitive -->
<li class="searchable" data-index="[email protected]">
<dl>
<dt>First Name</dt><dd>Ona</dd>
<dt>Last Name</dt><dd>Bednar</dd>
<dt>Email</dt><dd>[email protected]</dd>
<dt>Phone</dt><dd>1-265-479-1196x714</dd>
</dl>
</li>
<li class="searchable" data-index="[email protected](121)644-5577">
<dl>
<dt>First Name</dt><dd>Newton</dd>
<dt>Last Name</dt><dd>Cronin</dd>
<dt>Email</dt><dd>[email protected]</dd>
<dt>Phone</dt><dd>(121)644-5577</dd>
</dl>
</li>
<!-- add as much data as you want -->
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment