Re: Search as error page

This WebDNA talk-list message is from

2002


It keeps the original formatting.
numero = 42910
interpreted = N
texte = Pedro is correct with the search context, but I think you are looking at setting the 404 error page.----- Original Message ----- From: Pedro Rivera To: WebCatalog Talk Sent: Monday, August 26, 2002 9:45 AM Subject: Re: Search as error page > Just do a search context: > > [listwords words=[url][referrer][/url]&delimiters=/] > [text]searchterm=[word][/text] > [/listwords] > [search db=blah.db&woPageColumdata=[searchterm]] > [FoundItems] > Link to the related page. > [/FoundItems] > [/search] > > -----Original Message----- > From: Paul Berman [mailto:paul@ast.jagrove.com] > Sent: Monday, August 26, 2002 9:28 AM > To: WebDNA-Talk@talk.smithmicro.com > Subject: Re: Search as error page > > > Hi > > Nearly, > > What I need to do is have a page which I can set with the server software as > a default error page. > > If you goto www.mycompany.com/myfriendscompany which doesnt exist the page > that is returned is the results of a search for myfriendscompany > > The code you posted gets the myfriendscompany as a value, how do I set the > search on the default error page to process and return the results without > having to press the search or find buttons? > > I know it can be done its just I spent so long on this I cant think straight > (anymore) > > Thanks > paul > ----- Original Message ----- > From: Brian Fries > To: WebCatalog Talk > Sent: Monday, August 26, 2002 5:50 PM > Subject: Re: Search as error page > > > > The easiest way to parse pieces from a url is with listwords: > > > > [listwords words=[url][referrer][/url]&delimiters=/] > > [text]searchterm=[word][/text] > > [/listwords] > > > > The variable searchterm now contains the last word from your > > referrer - company1 in your example below. > > > > Is this what you're looking for? > > > > - brian > > > > At 5:27 PM 8/26/02, Paul Berman wrote: > > >Hi > > > > > >I would like to set my default error page on the webserver as findme.htm > so > > >that it is processed by webcatalog as a search page. > > > > > >The findme.htm is a search for records from a company but using the > > >[referer] field as the search field > > > > > >What i need is a search from the [referer] so that if I goto > > > > > >www.mywebsite.com/company1 the search searches the database for company1 > > > > > >What is happening at the moment is that it searches > > >http://www.mywebsite.com/company1 so i need to strip off the > > >http://www.mywebsite.com/ > > > > > >Any ideas? > > > > ------------------------------------------------------------- > > 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/ > > ------------------------------------------------------------- > 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:

    
  1. Re: [.htm mappi]Re: Search as error page (Paul 2002)
  2. Re: Search as error page (Glenn Busbin 2002)
  3. [.htm mappi]Re: Search as error page (Donovan 2002)
  4. Re: Search as error page (Paul 2002)
  5. Re: Search as error page (Inkblot Media 2002)
  6. Re: Search as error page (Paul Berman 2002)
  7. Re: Search as error page (Pedro Rivera 2002)
  8. Re: Search as error page (Paul Berman 2002)
  9. Re: Search as error page (Pedro Rivera 2002)
  10. Re: Search as error page (Paul Berman 2002)
  11. Re: Search as error page (Brian Fries 2002)
  12. Re: Search as error page (Paul Berman 2002)
Pedro is correct with the search context, but I think you are looking at setting the 404 error page.----- Original Message ----- From: Pedro Rivera To: WebCatalog Talk Sent: Monday, August 26, 2002 9:45 AM Subject: Re: Search as error page > Just do a search context: > > [listwords words=[url][referrer][/url]&delimiters=/] > [text]searchterm=[word][/text] > [/listwords] > [search db=blah.db&woPageColumdata=[searchterm]] > [founditems] > Link to the related page. > [/FoundItems] > [/search] > > -----Original Message----- > From: Paul Berman [mailto:paul@ast.jagrove.com] > Sent: Monday, August 26, 2002 9:28 AM > To: WebDNA-Talk@talk.smithmicro.com > Subject: Re: Search as error page > > > Hi > > Nearly, > > What I need to do is have a page which I can set with the server software as > a default error page. > > If you goto www.mycompany.com/myfriendscompany which doesnt exist the page > that is returned is the results of a search for myfriendscompany > > The code you posted gets the myfriendscompany as a value, how do I set the > search on the default error page to process and return the results without > having to press the search or find buttons? > > I know it can be done its just I spent so long on this I cant think straight > (anymore) > > Thanks > paul > ----- Original Message ----- > From: Brian Fries > To: WebCatalog Talk > Sent: Monday, August 26, 2002 5:50 PM > Subject: Re: Search as error page > > > > The easiest way to parse pieces from a url is with listwords: > > > > [listwords words=[url][referrer][/url]&delimiters=/] > > [text]searchterm=[word][/text] > > [/listwords] > > > > The variable searchterm now contains the last word from your > > referrer - company1 in your example below. > > > > Is this what you're looking for? > > > > - brian > > > > At 5:27 PM 8/26/02, Paul Berman wrote: > > >Hi > > > > > >I would like to set my default error page on the webserver as findme.htm > so > > >that it is processed by webcatalog as a search page. > > > > > >The findme.htm is a search for records from a company but using the > > >[referer] field as the search field > > > > > >What i need is a search from the [referer] so that if I goto > > > > > >www.mywebsite.com/company1 the search searches the database for company1 > > > > > >What is happening at the moment is that it searches > > >http://www.mywebsite.com/company1 so i need to strip off the > > >http://www.mywebsite.com/ > > > > > >Any ideas? > > > > ------------------------------------------------------------- > > 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/ > > ------------------------------------------------------------- > 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/ Inkblot Media

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:

Forms Search Questions (1997) [WebDNA] Date: header on emails - timezone problem perhaps (emai) date sorting and 'template (1997) Search (1997) Running subtotal? (1998) WebCat2 Append problem (B14Macacgi) (1997) Configuring E-mail (1997) logout after authenticated (2002) Problem with 2.1b3 (1997) WebCatalog for Postcards ? (1997) WC1.6 to WC2 date formatting (1997) CC Payment Processors (2007) Showing unopened cart (1997) [Sum] function? (1997) Orders coming up blank (2004) [ModDate] & [ModTime] ? (1997) Smith Micro - no competition (2000) Here we go again... (2006) Pricing (1998) Re:quit command on NT (1997)