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

tipuesearch_content.js bad formatted? #5

Closed
mpaglia0 opened this issue Mar 4, 2021 · 2 comments
Closed

tipuesearch_content.js bad formatted? #5

mpaglia0 opened this issue Mar 4, 2021 · 2 comments
Labels
question Further information is requested

Comments

@mpaglia0
Copy link

mpaglia0 commented Mar 4, 2021

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

@mpaglia0
Copy link
Author

mpaglia0 commented Mar 4, 2021

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" : "http: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" : "http:https://oncrashreboot.com/plugin-example.html", "title": "Everything you want to know about Lorem Ipsum" },

@mpaglia0
Copy link
Author

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.

@kdeldycke kdeldycke added the question Further information is requested label Mar 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants