Re: [WebDNA] Searching Possible Bug

This WebDNA talk-list message is from

2009


It keeps the original formatting.
numero = 102986
interpreted = N
texte = I don't know if this was just an example or what, but when using form elements, wrap webdna in [input]tags, and use quote marks, like so: > The quotes protect from things like spaces (in your example, the value would resolve to simply value=Bioenergy) and the input protects from things like carriage returns, which would do the same thing as a space, quote marks, ampersands, etc. It's kinda like using [url] when writing into a db. Terry >Hi Steve.... > >If your using a form to place the search term you might need to encode it... > [search db=My.db&woHeadlinesSectionsdatarq=[URL]Bioenergy >Microgeneration[/URL]& > > >
> >
> > > [search db=My.db&woHeadlinesSectionsdatarq=[URL][FORMDATA][/URL]& > >On Jul 20, 2009, at 7:08 AM, Steve Craig wrote: > >> Hi >> >> Hopefully someone can help, To my way of thinking I may have found >>a little bug, but it may not be, just never noticed this behaviour >>before. >> >> I have a database full of news stories. The DB has a field called >>HeadlinesSections which is a news category. An individual story >>could be in multiple categories. I am doing a search for new >>stories that are either in the Bioenergy or Microgeneration >>section. I want the results listed by date order so my search is >>basically... >> >> [search db=My.db&woHeadlinesSectionsdatarq=Bioenergy >>Microgeneration&deHeadlinesDatesort=1&HeadlinesDatetype=date] >> >> It works in as much as I get the correct records but because 3 of >>the records are marked in both sections they always show at the top >>of the list. It seems to override the date sort and treat the 3 >>records as more relevant because they have both categories. (hope >>that makes sense) >> >> Is this as expected? Does the wo search override sorts? Is there a >>way round it without using tables? >> >> A sample page is at >>http://aese.asylumweb.net/Industry_headlines.html although I'm >>working on it so it may not be there for ever. The top 3 records,.. >> >> Measures on renewable... >> Best green power... >> IFA is 8000.... >> >> are in both categories but should not be at the top as they are >>older stories. >> >> Thanks for any help. >> ======================================== >> Steve Craig - Asylum Interactive Ltd >> Tel +44 1330 860550 Fax +44 1330 860880 >> ======================================== >> http://www.asylumweb.com >> Email: steve@asylumweb.com >> Skype: s.craig - iChat: steve.craig >> ======================================== >> >> >> >> >> >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> old archives: http://dev.webdna.us/TalkListArchive/ >> > >--------------------------------------------------------- >This message is sent to you because you are subscribed to >the mailing list . >To unsubscribe, E-mail to: >archives: http://mail.webdna.us/list/talk@webdna.us >old archives: http://dev.webdna.us/TalkListArchive/ -- Terry Wilson | terry@terryfic.com | http://terryfic.com http://WhosComing.com - a simplified, affordable online reservation system http://TightJacket.com -- stylish protection for your laptop -------------------------------------------------------------------------- Attitude is the only difference between ordeal and adventure. Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Searching Possible Bug (Donovan Brooke 2009)
  2. Re: [WebDNA] Searching Possible Bug (Govinda 2009)
  3. Re: [WebDNA] Searching Possible Bug (Frank Nordberg 2009)
  4. Re: [WebDNA] Searching Possible Bug (Donovan Brooke 2009)
  5. Re: [WebDNA] Searching Possible Bug (Frank Nordberg 2009)
  6. Re: [WebDNA] Searching Possible Bug (Donovan Brooke 2009)
  7. Re: [WebDNA] Searching Possible Bug (Donovan Brooke 2009)
  8. Re: [WebDNA] Searching Possible Bug (Steve Craig 2009)
  9. Re: [WebDNA] Searching Possible Bug ("Brian Harrington, Broker" 2009)
  10. Re: [WebDNA] Searching Possible Bug (Terry Wilson 2009)
  11. Re: [WebDNA] Searching Possible Bug (Terry Wilson 2009)
  12. Re: [WebDNA] Searching Possible Bug ("Brian Harrington, Broker" 2009)
  13. Re: [WebDNA] Searching Possible Bug (Donovan Brooke 2009)
  14. Re: [WebDNA] Searching Possible Bug ("Brian Harrington, Broker" 2009)
  15. Re: [WebDNA] Searching Possible Bug ("Brian Harrington, Broker" 2009)
  16. Re: [WebDNA] Searching Possible Bug ("Brian Harrington, Broker" 2009)
  17. Re: [WebDNA] Searching Possible Bug (Tom Duke 2009)
  18. Re: [WebDNA] Searching Possible Bug (Steve Craig 2009)
  19. Re: [WebDNA] Searching Possible Bug (Tom Duke 2009)
  20. Re: [WebDNA] Searching Possible Bug (Steve Craig 2009)
  21. Re: [WebDNA] Searching Possible Bug (Paul Willis 2009)
  22. [WebDNA] Searching Possible Bug (Steve Craig 2009)
I don't know if this was just an example or what, but when using form elements, wrap webdna in [input]tags, and use quote marks, like so: >[input][fieldname][/input]"> The quotes protect from things like spaces (in your example, the value would resolve to simply value=Bioenergy) and the input protects from things like carriage returns, which would do the same thing as a space, quote marks, ampersands, etc. It's kinda like using [url] when writing into a db. Terry >Hi Steve.... > >If your using a form to place the search term you might need to encode it... > [search db=My.db&woHeadlinesSectionsdatarq=[url]Bioenergy >Microgeneration[/URL]& > > >
> >
> > > [search db=My.db&woHeadlinesSectionsdatarq=[url][FORMDATA][/URL]& > >On Jul 20, 2009, at 7:08 AM, Steve Craig wrote: > >> Hi >> >> Hopefully someone can help, To my way of thinking I may have found >>a little bug, but it may not be, just never noticed this behaviour >>before. >> >> I have a database full of news stories. The DB has a field called >>HeadlinesSections which is a news category. An individual story >>could be in multiple categories. I am doing a search for new >>stories that are either in the Bioenergy or Microgeneration >>section. I want the results listed by date order so my search is >>basically... >> >> [search db=My.db&woHeadlinesSectionsdatarq=Bioenergy >>Microgeneration&deHeadlinesDatesort=1&HeadlinesDatetype=date] >> >> It works in as much as I get the correct records but because 3 of >>the records are marked in both sections they always show at the top >>of the list. It seems to override the date sort and treat the 3 >>records as more relevant because they have both categories. (hope >>that makes sense) >> >> Is this as expected? Does the wo search override sorts? Is there a >>way round it without using tables? >> >> A sample page is at >>http://aese.asylumweb.net/Industry_headlines.html although I'm >>working on it so it may not be there for ever. The top 3 records,.. >> >> Measures on renewable... >> Best green power... >> IFA is 8000.... >> >> are in both categories but should not be at the top as they are >>older stories. >> >> Thanks for any help. >> ======================================== >> Steve Craig - Asylum Interactive Ltd >> Tel +44 1330 860550 Fax +44 1330 860880 >> ======================================== >> http://www.asylumweb.com >> Email: steve@asylumweb.com >> Skype: s.craig - iChat: steve.craig >> ======================================== >> >> >> >> >> >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> old archives: http://dev.webdna.us/TalkListArchive/ >> > >--------------------------------------------------------- >This message is sent to you because you are subscribed to >the mailing list . >To unsubscribe, E-mail to: >archives: http://mail.webdna.us/list/talk@webdna.us >old archives: http://dev.webdna.us/TalkListArchive/ -- Terry Wilson | terry@terryfic.com | http://terryfic.com http://WhosComing.com - a simplified, affordable online reservation system http://TightJacket.com -- stylish protection for your laptop -------------------------------------------------------------------------- Attitude is the only difference between ordeal and adventure. Terry Wilson

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:

WebCat2b13MacPlugin - nested [xxx] contexts (1997) Weird error/limit - something amiss? (1997) Template not completely processed (1998) webten vs. webstar (1998) Replace context problem ... (1997) [WebDNA] Sales Tax on CUstom WebDNA Site (2008) Include (1998) Problems getting parameters passed into email. (1997) Hyperboard users wanting a quoted message (1998) referrer and no caches (1997) Lost Records in Database (2001) Looking for a Webcat developer based in the Netherlands (2000) Re[2]: Next X hits (1996) Help name our technology! I found it (1997) Add to a field (1998) Resetting a Formvariable (2000) WC Database Format (1997) PCS Frames (1997) HELP WITH DATES (1997) multi-paragraph fields (1997)