Git Product home page Git Product logo

wn-site-search-plugin's People

Contributors

billyzduke avatar blazorazem avatar ckend avatar cracki avatar damsfx avatar gergo85 avatar graker avatar itpcc avatar mokeev1995 avatar ribsousa avatar rike-cz avatar shrikefin avatar skripteria avatar tobias-kuendig avatar tomaszstrojny avatar vojtasvoboda avatar webvpf avatar wizzard94 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

damsfx torus62 dheia

wn-site-search-plugin's Issues

Autocompletion AJAX error with native CMS Pages

With activated autocompletion in the search input component an AJAX error is generated:

autocompletion

This happens only when the native CMS pages feature is active, Blog and Pages Plugin work fine.

This is highly related to this issue , but none of the suggested fixes seem to work

Search return same links for all result in blog plugin

Hello,

I have blog articles list page with code:

knowledge-base.htm

title = "Knowladge base"
url = "/support/knowledge-base/:page?"
layout = "second"
is_hidden = 0
[blogPosts]
pageNumber = "{{ :page }}"
categoryFilter = "{{ :slug }}"
categoryPage = "knowledge-base"
postPage = "kb"
==
{% for post in posts %}
<li><a href="{{post.url}}"><u>{{post.title}}</u></a></li>
{{post.excerpt}}
{% endfor %}

and

kb.htm

title = "Article page"
url = "/support/kb/:slug"
layout = "second"
is_hidden = 0

[blogPost]
slug = "{{ :slug }}"
categoryPage = "knowledge-base"
==
Some text

(/support/knowledge-base) knowledge-base.htm - show all articles list with links
(/support/kb/some-article) kb.htm - article page with links by :slug

When i start search all results different, but all have same links (/support/knowledge-base) and in right work it must be look like /support/kb/some-article

This is only in blog plugin, in staticPages all link looks good. What could be the reason?

Blog provider doesn't search in other languages

Hello,

  1. I have site on 5 languages and search in Blog provider working only on default language, on other languages - result not found.
    Whis is only in Blog provider, in Page provider all working on all languages.

  2. Search in Page provider add in results links default language prefix. Is it possible to remove default language prefix (to avoid duplicates)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.