<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.omnidex.com/docs/v54/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.omnidex.com/docs/v54/feed.php">
        <title>Documentation admin:indexing:autocomplete</title>
        <description></description>
        <link>https://www.omnidex.com/docs/v54/</link>
        <image rdf:resource="https://www.omnidex.com/docs/v54/lib/tpl/simple/images/favicon.ico" />
       <dc:date>2026-04-29T20:43:59+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:autocomplete:example&amp;rev=1467153531&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:autocomplete:home&amp;rev=1467153531&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:autocomplete:optimization&amp;rev=1467153531&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:autocomplete:sql&amp;rev=1467153531&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:autocomplete:tips&amp;rev=1467153531&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.omnidex.com/docs/v54/lib/tpl/simple/images/favicon.ico">
        <title>Documentation</title>
        <link>https://www.omnidex.com/docs/v54/</link>
        <url>https://www.omnidex.com/docs/v54/lib/tpl/simple/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:autocomplete:example&amp;rev=1467153531&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-28T22:38:51+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>admin:indexing:autocomplete:example</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:autocomplete:example&amp;rev=1467153531&amp;do=diff</link>
        <description>Administration: Omnidex Indexing

AutoComplete

Overview |
Example |
SQL |
Optimization |
Tips

----------

Example

In this example of AutoComplete, a user is entering criteria for the First Name column.  As they type letters, a pull-down box displays choices that match the letters entered so far.  The count for each value is shown, and the list is ordered so that the most common choices appear first.</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:autocomplete:home&amp;rev=1467153531&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-28T22:38:51+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>admin:indexing:autocomplete:home</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:autocomplete:home&amp;rev=1467153531&amp;do=diff</link>
        <description>Administration: Omnidex Indexing

AutoComplete

Overview |
Example |
SQL |
Optimization |
Tips

----------

Overview

Most of us have grown accustomed to AutoComplete in web applications.  In many websites, when you start to type something, the web page will automatically present a drop-down box with choices matching the characters you've entered so far.  Some sites even present you with the most likely choice first.  Internet search engines, like Google and Bing, are examples of sites that do t…</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:autocomplete:optimization&amp;rev=1467153531&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-28T22:38:51+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>admin:indexing:autocomplete:optimization</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:autocomplete:optimization&amp;rev=1467153531&amp;do=diff</link>
        <description>Administration: Omnidex Indexing

AutoComplete

Overview |
Example |
SQL |
Optimization |
Tips

----------

The Optimization Behind AutoComplete

There is no special optimization that is required to use AutoComplete, other than insuring that these queries are performed against columns indexed with an Omnidex or QuickText index.  Note that QuickText indexes require the use of the 'optimization=distinct_key' option as shown on the previous page.</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:autocomplete:sql&amp;rev=1467153531&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-28T22:38:51+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>admin:indexing:autocomplete:sql</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:autocomplete:sql&amp;rev=1467153531&amp;do=diff</link>
        <description>Administration: Omnidex Indexing

AutoComplete

Overview |
Example |
SQL |
Optimization |
Tips

----------

The SQL Behind AutoComplete

The SQL behind AutoComplete is a simple query requesting grouped counts.  For QuickText indexes, it is necessary to use an optimization setting so that one value is returned for each parsed word, rather than one value for each row.</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:autocomplete:tips&amp;rev=1467153531&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-28T22:38:51+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>admin:indexing:autocomplete:tips</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:autocomplete:tips&amp;rev=1467153531&amp;do=diff</link>
        <description>Administration: Omnidex Indexing

AutoComplete

Overview |
Example |
SQL |
Optimization |
Tips

----------

Implementation Tips

The following tips are helpful when implementing AutoComplete in applications:

	*  It is beneficial to wait until the user has typed two or three letters before triggering an AutoComplete query.  This will improve the performance of the query and reduce the number of values to be displayed.</description>
    </item>
</rdf:RDF>
