Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AJAX handler 'searchInput::onType' was not found ERROR and JSON content #105

Open
acetas opened this issue Mar 7, 2021 · 3 comments
Open

Comments

@acetas
Copy link

acetas commented Mar 7, 2021

Hello there,

I searched this topic first, yes but I could not find a solution. That's why I wanted to open a new issue.

The problem is as follows:
When you try to use

[siteSearchInclude]

in CMS page using

[SearchInput]

it gives this error. How can we solve this?

Also, the content column I sent jsonable to database

'text' => $ item-> content,

How can I show in the section?

'text' => json_decode ($ item-> content)

That way, I also get things like / n / n in my subject. How can I separate them?

Thanks

@PubliAlex
Copy link
Contributor

Can confirm the issue. I have a working search, with ajax. As soon as I enable the CMS page provider, I get a searcInput::onType not found error.

@PubliAlex
Copy link
Contributor

Created a PR to fix the issue #141

@PubliAlex
Copy link
Contributor

It seems that the error came back in the latest release 1.7.18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants