Thanks, I'll get the action page fixed.
As for changing the code, I'm still thinking about it. Easy to do, but I'm
not sure how often someone would want to return all pages without some kind
of limiting parameters and no query. Granted, the action.changes page is
one. But I think it might be better to encourage users to clarify what they
want. Here's what I'm leaning towards for the first few lines of the search
function for the next release right now:
functions.php around line 545
$query = $args['query'];
if ($args['pages'] . $args['pattern'] . $args['group'] . $args['dir'] !=
'') $pageArray = BOLTsearchPageList($args);
elseif($query == '') {
return 'No search parameters found.';
// $args['group'] = '*';
// $pageArray = BOLTsearchPageList($args);
}
if ($query != '') {
You can see we can still go either way... If anyone else wants to weigh in
on this question, I'm open to other views.
Cheers,
Dan
On Thu, Oct 2, 2014 at 5:59 AM, Tiffany Grenier <[email protected]>
wrote:
> Hey!
>
> I've just seen that the "group=*" part of the "recent changes" search
> command is also missing. I've been wondering for days with the list of
> recent changes was empty, and now that I modified it this way, it behaves
> as expected.
> Maybe you could update the search command code so that if there is no
> group, page or pattern argument, it considers the user entered "group=*".
>
> Cheers,
> Tiffany
>
> Le mardi 16 septembre 2014 08:50:16 UTC+2, Tiffany Grenier a écrit :
>
>> The list of pages works now nicely. Thank you very much :-)
>> As for the use indexing, I noticed yesterday evening that the Dowload
>> button from your dowload page is a link for version 4.11 and not 4.12! I
>> upgraded my website and adapted my site.config page accordingly. It indeed
>> contained "indexing:active" I haven't tested the indexing/search yet but I
>> see no reason why it would still not work.
>> Thanks for your great work :-)
>
> --
> You received this message because you are subscribed to the Google Groups
> "BoltWire" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/boltwire.
> For more options, visit https://groups.google.com/d/optout.
>
--
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/boltwire.
For more options, visit https://groups.google.com/d/optout.