Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Simplesearch plugin: how to search only visible pages?
· 10 years ago
I have created a pull request in repository.
-
Simplesearch plugin: how to search only visible pages?
· 10 years ago
I agree with the OP as I ran into this same behaviour in a project this week. The plugin currently shows results (links to pages) that are explicitly marked "published: false". In my opinion, this is
-
Simplesearch plugin: how to search only visible pages?
· 10 years ago
It seems to me that page appears even when published = false. I think that page collection have to be filtered by Collection::published() and Collection::routable(). The second one because I think It
-
Simplesearch plugin: how to search only visible pages?
· 10 years ago
After a quick look through the source code, I see no way to do that using this plugin. It is "simple" search, after all :) I still don't quite understand what you're trying to accomplish. visible make
-
Simplesearch plugin: how to search only visible pages?
· 10 years ago
My question is how to get only visible (page.header.visible == true) and/or routable (page.header.routable == true) pages in search result.
-
Simplesearch plugin: how to search only visible pages?
· 10 years ago
Doesn't it already do that by default? If a page is not set as "published," then it should not appear.
-
Simplesearch plugin: how to search only visible pages?
· 10 years ago
How can I configure simplesearch plugin to search only visibile or routable pages?
-
What is the twig equivalent to this php snippet?
· 10 years ago
I figured out a work around by updating my script to export csv files and then using jquery to get and display the data. You know how it goes- when something's been working for a while I'd like to jus
-
What is the twig equivalent to this php snippet?
· 10 years ago
You can make as many templates as you want, so yes, you can have a template you only use for the home page and a different one for the other pages...or a different template for every page, for that ma
-
What is the twig equivalent to this php snippet?
· 10 years ago
The mvc file is already parsed, the output is straight up HTML. Is it possible to make a template for the home page only? That would be a step. It would be nice if you guys had a plugin avialable to