—> My users initate a search from say, the index
—> Hit enter and you’re taken to the search page. The search term is in the URL parameter
—> Input is set to get its initial content from the URL
…nothing. The search wont trigger. But If I so much as change a letter in the input field, the search is triggered.
Any ideas on how to force trigger the search with the initial term extracted from the URL parameter?
Oh. Did you try setting it to the “Get data from page URL option”? If you did and it still didn’t work, you may need to store the search on page load in a state and have the fuzzy search element use that.