gmfmi/searchinghost-easy

Tried it again after a year. Got it working, but…

bershatsky opened this issue · 2 comments

Using your code in the code injection footer, it doesn't search for tags. How can I enable this?

<script>
    new SearchinGhostEasy({
        contentApiKey: 'xxxxxxxxxxx'
    });
</script>

Even looked here, and searching for "Chili" doesn't show all the articles with that tag: https://www.backtopack.fr/tag/chili/

Thanks!

gmfmi commented

Hi @bershatsky,

Well, in fact, it actually search through tags. For example, if you try to search for fables on the demo website https://gmfmi.github.io/searchinghost-easy/backpack, one result will show up and the word "fables" does not exist in the article.

I agree with you, on my personal blog, is does not work on "chili" but it is related to a lot more subtle bug from the underlying search engine used by SearchinGhost. This bug will probably be solved by a version upgrade.

To see the progress, subscribe to this pull request gmfmi/searchinGhost#15. I don't have much time right now but stay tuned.