We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Created a PR to fix the issue #141
It seems that the error came back in the latest release 1.7.18
No branches or pull requests
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
in CMS page using
it gives this error. How can we solve this?
Also, the content column I sent jsonable to database
How can I show in the section?
That way, I also get things like / n / n in my subject. How can I separate them?
Thanks
The text was updated successfully, but these errors were encountered: