Skip to content

Commit

Permalink
Mentioned the new search function method from #10
Browse files Browse the repository at this point in the history
  • Loading branch information
vakata committed Jul 11, 2011
1 parent 07732d3 commit b2b6184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2 id="configuration">Configuration</h2>

<h3>search_method</h3>
<p class="meta">A string. Default is <code>"contains"</code>.</p>
<p>The method to use for searching. The other options bundled with jstree are <code>"jstree_contains"</code> (case insensitive search) and <code>"jstree_title_contains"</code> (case insensitive based on the title tag of the A node).</p>
<p>The method to use for searching. The other options bundled with jstree are <code>"jstree_contains"</code> (case insensitive search) and <code>"jstree_title_contains"</code> (case insensitive based on the title tag of the A node). For multiple word search take a look this: <a href="https://github.com/vakata/jstree/issues/10">https://github.com/vakata/jstree/issues/10</a> - you can easily write your own method too.</p>

<h3>show_only_matches</h3>
<p class="meta">A boolean. Default is <code>false</code>.</p>
Expand Down

0 comments on commit b2b6184

Please sign in to comment.