<?xml version="1.0" encoding="UTF-8" ?>
<dt-example table-type="html" order="1">

<css lib="datatables feature-fuzzySearch" />
<js lib="datatables feature-fuzzySearch">
<![CDATA[
new DataTable('#example', {
	fuzzySearch: true
});
]]>
</js>

<title lib="FuzzySearch">Basic example</title>

<info><![CDATA[

This example demonstrates the DataTables search input with fuzzy options enabled, which allows the end user to fuzzy match on data in a table.

]]></info>

</dt-example>
