getgrav / grav-plugin-simplesearch

Grav SimpleSearch Plugin
https://getgrav.org
MIT License
44 stars 55 forks source link

Query with colons (:) not recognized #129

Open TigerHix opened 7 years ago

TigerHix commented 7 years ago

Grav would redirect to the 404 Not Found page automatically if there are colons in the query URL.

shoorlyne commented 6 years ago

I am having the same issue. Say if a page has title: "Michael Jackson: This is it." and you enter the same query as the title, it returns nothing.

hifall commented 6 years ago

There are actually 2 issues here: 1 Colons are not recognized; 2 Even if no result is found for query, it should say so, instead of displaying an error page.