You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems tipuesearch_content.js is generated in a wrong way because I always receive a 'Nothing found' message.
If I replace my file with the same file found in tipuesearch demo package all works smoothly
The text was updated successfully, but these errors were encountered:
More info. Seems the output file is written in one veeeeery long row only.
My output file has not the style
var tipuesearch = {
"pages": [
{
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta. Mauris massa. Vestibulum lacinia arcu eget nulla. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Curabitur sodales ligula in libero.",
"tags": "Example Category",
"url" : "https://oncrashreboot.com/plugin-example.html",
"title": "Everything you want to know about Lorem Ipsum"
},
but
var tipuesearch = {"pages": [{"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta. Mauris massa. Vestibulum lacinia arcu eget nulla. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Curabitur sodales ligula in libero.", "tags": "Example Category", "url" : "https://oncrashreboot.com/plugin-example.html", "title": "Everything you want to know about Lorem Ipsum" },
Solved!
In the tipuesearch directory saved in my theme (the one obtained from tipuesearch zip) was contained a tipuesearch_content.py.
After cancelled the file all starts to work.
Seems tipuesearch_content.js is generated in a wrong way because I always receive a 'Nothing found' message.
If I replace my file with the same file found in tipuesearch demo package all works smoothly
The text was updated successfully, but these errors were encountered: