Re: hideif/showif causes error if wrapped around searches
This WebDNA talk-list message is from 2003
It keeps the original formatting.
numero = 52890
interpreted = N
texte = If there is no search than the area within the founditems would not display.add a [showif [numfound]=0] the no search option. feedit --edIDdatarq=some_ridiculous_id_value and the results will reutrnnumfound=0. If you need a numfound=0 for the real search add in the showifsome error checking[showif [numfound]=0] [showif [--eqIDdatarq]=some_ridiculous_id_value]This is the no search area [/showif] [showif [--eqIDdatarq]!some_ridiculous_id_value] Your search returned 0 results. [/showif][/showif]----- Original Message ----- From: "Chris List Recipient"
To: "WebDNA Talk" Sent: Monday, September 15, 2003 10:00 AMSubject: Re: hideif/showif causes error if wrapped around searches> But isn't his original problem that he sometimes wants a search and> sometimes doesn't? Your answer allows for different search critera butdoes> not accommodate having *no* search.>> -Chris>> -----Original Message-----> From: WebDna @ [mailto:webdna@inkblotmedia.com]> Sent: Monday, September 15, 2003 10:07 AM> To: WebDNA-Talk@talk.smithmicro.com> Subject: Re: hideif/showif causes error if wrapped around searches>>> This does not solve having to maintain multiple search context and willhave> repetative code.>> That is why in my example I used a formvariables loop to feed it search> criteria and a showif/hideif style to show the sort features. By addingthe> sortdir and sorttype to th shownext links you will not lose your sort.>> Alternately you could use the variable approach to search>> [text]string=search criteria[/text]>> [search [string]]>> This would allow you to pass any value you want to the search including> Database. This in conjuntion with either a cookie or the cart can allowyou> to remember searchs and what page they were on etc.>>> ----- Original Message ----- > From: "Chris List Recipient" > To: "WebDNA Talk" > Sent: Monday, September 15, 2003 9:41 AM> Subject: Re: hideif/showif causes error if wrapped around searches>>> > Gary,> >> > I vote using an INCLUDE...> >> > [showif [hidesearch]=T]> > [include something_else_filename]> > [/showif]> > [hideif [hidesearch]=T] (and it does)> > [search db=...]> > [founditems]> > [include something_else_filename]> > [/founditems]> > [/search]> > [/hideif]> >> > -Chris> >> > -----Original Message-----> > From: Gary Krockover [mailto:gary@garykrockover.com]> > Sent: Friday, September 12, 2003 9:20 PM> > To: WebDNA-Talk@talk.smithmicro.com> > Subject: hideif/showif causes error if wrapped around searches> >> >> > I know I'll never find this answer in the archives and I don't recall> > it even coming up before but I'm sure others have noticed this> > behavior.> >> > If you wrap a hideif or a showif around a [search] and it's closing> > [/search], you'll get an error about the nesting of the tags> > hideif/showif and /search. Por que?> >> > Example:> >> > [hideif [hidesearch]=T] (and it does)> > [search db=...]> > [founditems]> > [/hideif]> > Something else> > [hideif [hidesearch]=T]> > [/founditems]> > [/search]> > [/hideif]> >> > What am I trying to do? Add a sort for a page without having to make> > two pages with different searches on each. So a form post, with the> > search> and> > a hidden field of hidesearch=T. The page is the home page, so when it> > is first hit I want the search performed automatically and sorted one> > way,> user> > can click a button to sort it the other way, hiding the original> > search> and> > using the one in the form.> >> > What's the preferred method here?> >> > Thanks,> > GK> >> >> > -------------------------------------------------------------> > 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://webdna.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://webdna.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://webdna.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://webdna.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://webdna.smithmicro.com/
Associated Messages, from the most recent to the oldest:
If there is no search than the area within the founditems would not display.add a [showif [numfound]=0] the no search option. feedit --edIDdatarq=some_ridiculous_id_value and the results will reutrnnumfound=0. If you need a numfound=0 for the real search add in the showifsome error checking[showif [numfound]=0] [showif [--eqIDdatarq]=some_ridiculous_id_value]This is the no search area [/showif] [showif [--eqIDdatarq]!some_ridiculous_id_value] Your search returned 0 results. [/showif][/showif]----- Original Message ----- From: "Chris List Recipient" To: "WebDNA Talk" Sent: Monday, September 15, 2003 10:00 AMSubject: Re: hideif/showif causes error if wrapped around searches> But isn't his original problem that he sometimes wants a search and> sometimes doesn't? Your answer allows for different search critera butdoes> not accommodate having *no* search.>> -Chris>> -----Original Message-----> From: WebDna @ [mailto:webdna@inkblotmedia.com]> Sent: Monday, September 15, 2003 10:07 AM> To: WebDNA-Talk@talk.smithmicro.com> Subject: Re: hideif/showif causes error if wrapped around searches>>> This does not solve having to maintain multiple search context and willhave> repetative code.>> That is why in my example I used a formvariables loop to feed it search> criteria and a showif/hideif style to show the sort features. By addingthe> sortdir and sorttype to th shownext links you will not lose your sort.>> Alternately you could use the variable approach to search>> [text]string=search criteria[/text]>> [search [string]]>> This would allow you to pass any value you want to the search including> Database. This in conjuntion with either a cookie or the cart can allowyou> to remember searchs and what page they were on etc.>>> ----- Original Message ----- > From: "Chris List Recipient" > To: "WebDNA Talk" > Sent: Monday, September 15, 2003 9:41 AM> Subject: Re: hideif/showif causes error if wrapped around searches>>> > Gary,> >> > I vote using an INCLUDE...> >> > [showif [hidesearch]=T]> > [include something_else_filename]> > [/showif]> > [hideif [hidesearch]=T] (and it does)> > [search db=...]> > [founditems]> > [include something_else_filename]> > [/founditems]> > [/search]> > [/hideif]> >> > -Chris> >> > -----Original Message-----> > From: Gary Krockover [mailto:gary@garykrockover.com]> > Sent: Friday, September 12, 2003 9:20 PM> > To: WebDNA-Talk@talk.smithmicro.com> > Subject: hideif/showif causes error if wrapped around searches> >> >> > I know I'll never find this answer in the archives and I don't recall> > it even coming up before but I'm sure others have noticed this> > behavior.> >> > If you wrap a hideif or a showif around a [search] and it's closing> > [/search], you'll get an error about the nesting of the tags> > hideif/showif and /search. Por que?> >> > Example:> >> > [hideif [hidesearch]=T] (and it does)> > [search db=...]> > [founditems]> > [/hideif]> > Something else> > [hideif [hidesearch]=T]> > [/founditems]> > [/search]> > [/hideif]> >> > What am I trying to do? Add a sort for a page without having to make> > two pages with different searches on each. So a form post, with the> > search> and> > a hidden field of hidesearch=T. The page is the home page, so when it> > is first hit I want the search performed automatically and sorted one> > way,> user> > can click a button to sort it the other way, hiding the original> > search> and> > using the one in the form.> >> > What's the preferred method here?> >> > Thanks,> > GK> >> >> > -------------------------------------------------------------> > 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://webdna.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://webdna.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://webdna.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://webdna.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://webdna.smithmicro.com/
"WebDna @"
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
RE: what characters are replaced for tab and CR? (1998)
Searchable WebCat (etc.) Docs ? (1997)
XMLPASE and Amazon XML feeds (2004)
Trouble with Netscape (1998)
[sendmail] questions... (1997)
HTML encoding in URLs (1997)
2.0 Info (1997)
taxTotal, too (1997)
[WebDNA] why is the webdna.us site slow? (sometimes?) (2011)
5.0 Preview Promotion Extension (2003)
[WebDNA] [replace] bug in v7.0? (2010)
WebCommerce: Folder organization ? (1997)
Webcatalog 3.0.8 on PWS (2000)
VeriSign News (2002)
Digest for 4/18/97 (1997)
Form Results (2000)
I'm new be kind (1997)
OT: Amazon Patents (2000)
SiteEditPro (1996)
Question about replacing words (1998)