website logo
⌘K
GETTING STARTED
Installation
Concepts & Terms
Voice trackers
Voice commands
API
Structure
Trackers API
Blog API
FREQUENT QUESTIONS
What happens when trial expires?
Can I make completely different design of the widgets?
How reliable Voxpow is?
Should I change the tracker code on every new command or search message change?
Where and how I can test functionalities
What languages are supported?
Which browsers are supported?
Why I don't see trackers on iOS?
What is a "Domain" in the context of Voxpow tracker?
What is CDN?
Why are JS files CDNized?
What is CDN Invalidation?
Will the JavaScript files slow down my website?
Can Voxpow be used to capture the full text spoken by the user?
Can I see what the customer is searching for?
Is the user asked that trackers utilize voice recognition?
Can I make custom voice commands?
Can I use advanced JavaScript code to respond to searches?
What CMS you support?
Does your service work on HTTP or only on HTTPS?
Why I cannot see the voice tracker from my mobile device?
MISC
Browser permissions
Data Privacy
CORS
Docs powered by archbee 
1min

Website search

Most of the websites and CMS has built-in search. One of the ideas of Voxpow is to use this search, adding on the top the voice capabilities.

With this fallback, you need to find into your website the search addresses, performing a simple search.

It can be something like:

https://speechdemo.com/?s=suit

or

https://voxpow.com/blog/search/?q=voice

Then, you need to setup this address in admin section, using only the base URL of your search (the constant value):



Set a fallback with website search
Set a fallback with website search

Only the base search URL is needed

Please take some time to understand how your website search works and what precisely the base URL is. Only the base search URL is needed for Voxpow to work.

Updated 15 May 2021
Did this page help you?
Yes
No
UP NEXT
Interactive Fallback
Docs powered by archbee