Actually, I double checked things. [if equal 'one' one] now works just fine. I took the other route in the BOLTargs function--stripping out any quotes that wrap a parameter value. Making them invisible.
It must be something else in your strpos list condition that wasn't right. Cheers, Dan On 3/16/10, Markus <[email protected]> wrote: > > > On Mar 15, 12:27 pm, The Editor <[email protected]> wrote: > > > On 3/15/10, Markus <[email protected]> wrote: > > > > > > In the new data searching method you would write: > > > > > > [(search tags(,){?query} ...)] > > > > > This works for space-less keywords. With quotes around '{?query}' it > > > never works. > > > > This is a slightly different type of parameter. It should be: > > > > [(search "tags(,){?query}" ...)] > > > > It won't work with quotes around the second part only. > > > > Cheers, > > Dan > > > > P.S. Of course, we should fix both of these situations so you don't > > have these surprizing failures. Keep making BoltWire smarter, one > > quote at a time... > > > Why not internally add quotes to all variables? > > > -- > You received this message because you are subscribed to the Google Groups > "BoltWire" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/boltwire?hl=en. > > -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
