@extends('layouts.vertical', ['pageTitle' => 'ST: Fuzzy Matching']) @section('css') @endsection @section('page-title') @include('layouts.partials/app-pagetitle', ['pageTitle'=> 'Fuzzy Matching', 'pageSubTitle1' => 'Data Visualization', 'pageSubTitle2'=> 'Smart Tables', 'pageSubText' => "Fuzzy Matching allows matching text that isn't an exact match, making search more forgiving and intuitive."]) @endsection @section('content')

Adjust the settings below to see how different fuzzy matching parameters affect search results. After configuring your settings, click Build Table to initialize the table with those settings.

Try the Search

Use the search box below to test how your fuzzy search settings perform. Try partial words, typos, or multi-word searches.

@endsection @section('scripts') @vite(['resources/scripts/pages/smarttablesfuzzymatching.js']) @endsection