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] 
> <javascript:>> 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] <javascript:>.
>> To post to this group, send email to [email protected] 
>> <javascript:>.
>> 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