Re: Error - Search / Showif
This WebDNA talk-list message is from 2000
It keeps the original formatting.
numero = 31813
interpreted = N
texte = All contexts have to be completely nested, that is, you can nothideif/showif the closing tag of a context, you would have to hideif/showifthe whole search.You will have to follow the following code example[showif [Searching]=T][search db=listings.txt&eqCategorydatarq=[Category]][founditems][/founditems][/search][/showif][hideif [Searching]=T][search db=listings.txt&eqOfficedatarq=[Office]&eqCategorydatarq=[Category]&Pricesort&Pricesdir=de&Pricetype=num&max=5][founditems][/founditems][/search][/hideif]Paul> From: Kim Ingram
> Reply-To: (WebCatalog Talk)> Date: Fri, 12 May 2000 18:02:43> To: (WebCatalog Talk)> Subject: Error - Search / Showif> > Please help!! The problem is this...after posting to a template via web> form, I recieve the following error:> > Error: Error: expected [/SEARCH], but found [/showif] instead[/showif]> > When I view the source code for the template...there's no code showing> after:> > > > T Single Family Residential | > > The above...T comes from form variable [Searching] and Single Family> Residential comes from form variable [Category]. Can someone see an error> in the following original code?? I've been looking at it for a while and> can't figure out what the problem is. Is it impossible to use one or the> other search command based on the [showif]/[hideif] form variables? The> original code is as follows:> > > > [Searching] [Category] | > > [showif [Searching]=T]> [search db=listings.txt&eqCategorydatarq=[Category]]> [/showif]> [hideif [Searching]=T]> [search> db=listings.txt&eqOfficedatarq=[Office]&eqCategorydatarq=[Category]&Pricesor> t&Pricesdir=de&Pricetype=num&max=5]> [/hideif]> > [founditems]>
> $[format thousands 10.2f][Price][/format] | > > [showif [Category]=Single Family Residential][include sfr.txt][/showif]> [showif [Category]=Rural Residential][include rfr.txt][/showif]> [showif [Category]=Rentals][include rentals.txt][/showif]> [showif [Category]=Lots and Land][include lnl.txt][/showif]> [showif [Category]=Commercial and Industrial][include cni.txt][/showif]> | >
> [/founditems]> > [/search]> > > -------------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to> > Web Archive of this list is at: http://search.smithmicro.com/-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/
Associated Messages, from the most recent to the oldest:
All contexts have to be completely nested, that is, you can nothideif/showif the closing tag of a context, you would have to hideif/showifthe whole search.You will have to follow the following code example[showif [Searching]=T][search db=listings.txt&eqCategorydatarq=[Category]][founditems][/founditems][/search][/showif][hideif [Searching]=T][search db=listings.txt&eqOfficedatarq=[Office]&eqCategorydatarq=[Category]&Pricesort&Pricesdir=de&Pricetype=num&max=5][founditems][/founditems][/search][/hideif]Paul> From: Kim Ingram > Reply-To: (WebCatalog Talk)> Date: Fri, 12 May 2000 18:02:43> To: (WebCatalog Talk)> Subject: Error - Search / Showif> > Please help!! The problem is this...after posting to a template via web> form, I recieve the following error:> > Error: Error: expected [/SEARCH], but found [/showif] instead[/showif]> > When I view the source code for the template...there's no code showing> after:> > > > T Single Family Residential | > > The above...T comes from form variable [Searching] and Single Family> Residential comes from form variable [Category]. Can someone see an error> in the following original code?? I've been looking at it for a while and> can't figure out what the problem is. Is it impossible to use one or the> other search command based on the [showif]/[hideif] form variables? The> original code is as follows:> >