Ok, sorry--I misunderstood you.

Here's how to get the site.page list working:

[(search group=* exclude={systempages} type=-{zones})]

I'll have that fixed in the next release also.


As for the action.search, here's a couple things to check

1) In site.config set indexing: true (not indexing: active).
2) See if page index.site exists and if it has any content. If not you may
need to create this index using action.index.

I've polished the index action up for the next release so you may want to
wait till I get it finished. Doesn't look like I will get it released today
(sorry). Hopefully tomorrow...

Things have been coming up all day!

Cheers,
Dan



On Mon, Sep 15, 2014 at 2:18 PM, Tiffany Grenier <[email protected]>
wrote:

> What exactly do you want? Do you want me to post the code of BOLTXsearch,
> of BOLTFsearch, of BOLTsearchPageList, of BOLTsearchResults, or even of
> something else?
>
> I'm just trying to make "site.pages" work. I didn't change anything
> realted to the search function, and the default (system) site.pages
> contains [(search exclude={systempages} type=-{zones})] while site.index
> contains [(search group={p})]
>
> After I applied your proposed change, action.search now contains the
> following piece of code, but neither the search box nor the list of pages
> are working as expected:
> [form]
> [text query "{?query}" size=40]   [submit SEARCH]
> [command passdata query]
> [form]
> [if set {?query}]
> ->
> [(search query=index.site text={?query})]
> <-
> [if]
>
>
> Le lundi 15 septembre 2014 14:19:42 UTC+2, Dan a écrit :
>>
>> Can you post the search function you have?  and maybe a few lines of your
>> index so I can see that it is formatted correctly?
>>
>> II'll be uploading a bunch of tweaks and changes here shortly, but I
>> believe the search function and list function were both working before.
>>
>> Look for the new release and upgrade, then read the new documentation in
>> the Handbook on the search command/function. There's also a new index
>> command/function which explains better how to set up your indexing system.
>> If that doesn't work, just post a code sample. It may be something simple.
>>
>> Cheers,
>> Dan
>>
>> PS. I noticed the default search function doesn't work properly because
>> it is missing the query parameter. In the next release action.search will
>> have this line instead:
>>
>> [(search query=index.site text={?query})]
>>
>> Could this be your problem?
>>
>>
>> On Mon, Sep 15, 2014 at 2:49 AM, Tiffany Grenier <[email protected]>
>> wrote:
>>
>>> Hi again,
>>>
>>> First of all, thanks a lot for this great work. I've been working on a
>>> project for years, not having enough time to code it all... and now that
>>> I've installed Boltwire, I get almost exactly what I wanted in less than a
>>> week, that's amazing!
>>>
>>> But there are still some small things that I can't figure out, and the
>>> most bothering one is the fact that I cannot seem to be able to make the
>>> list of pages work. Hence a non-working indexing ("Source retrieved for
>>> page site.index. No search results found. Edit changes saved."), and a
>>> non-functional search box. It's quite inconvenient to list all the pages
>>> manually on the index in order to keep a trace of them... At first glance,
>>> the searchlistpages function seemed allright, but I'm no sure it's really
>>> called any longer. Would you have time to look at it?
>>>
>>> Thanks in advance,
>>> Tiffany
>>>
>>> --
>>> 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.
>

-- 
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.

Reply via email to