search box results prevent ajax request

Posted in: Newspaper
Post count: 21

Dear developers,

about your search box results we have seen from the composer that we can have 4 preview results when we search for a post into the site.

See the follow image:

http://prnt.sc/qld4y6

But in our case we don’t want to show these 4 results. We don’t want preview search results.
Is possible to prevent the ajax request? the ajax search?

Or we can only hide the search box results with the following code?
.tdb-aj-search{
display:none;
}

Thank you in advance

Post count: 35449

Hi,

Unfortunately there is no option on live search to remove the ajax results, this can be remove only from theme files -> https://i.imgur.com/ycCs2wu.png or if you want just to hide it you can use the code/css you mentioned.

Thank you!

Post count: 21

Thank you very much.

Have a nice weekend

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.