Integrating Your Search Bar with Direqt

How to run AI Search with your pre-existing search bar

You might already have a search bar on your site, or maybe you'd like to build a custom one for use with AI Search. Direqt can integrate with any search bar.


Add the CSS class below to your existing search input to integrate it with Direqt.

direqt-search-input

For example:

Existing
New

<input type="text" placeholder="Search">

<input type="text" placeholder="Search" class="direqt-search-input">

Direqt will automatically detect this class and respond to all inputs from your search bar.

Last updated