Re: Num Found by category
This WebDNA talk-list message is from 2000
It keeps the original formatting.
numero = 32652
interpreted = N
texte = on 03.06.2000 4:15, Rodolfo de la Garza at listas@edifika.com wrote:> I have a search context with categorysumm in it.> I want to display the categories with the number of items found in each> category as:> > cat1 (5)> cat2 (33)> cat3 (3)No way with summ alone, because this parameter is *supposed* to deliverunique values.You might search for existing categories with summ, and get the number ofeach category in a second (nested) search. For the example I assume yourdatabase field is named db_cat. Don't miss allcase=t in the nestedsearch, because this makes it much faster:[search db=my.db&neDB_CATdatarq=[blank]&DB_CATsort=1&DB_CATsumm=t] [founditems] [text]v_cat=[db_cat][/text] [search db=my.db&eqDB_CATdatarq=[v_cat]&allcase=t] [v_cat] ([numfound)
[/search] [/founditems][/search]Note: If you do not have all available categories in the database but wantthose categories listed like cat4 (0) you can't use the nested search.Then you search for each known category seperately.Peter-------------------------------------------------------------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:
on 03.06.2000 4:15, Rodolfo de la Garza at listas@edifika.com wrote:> I have a search context with categorysumm in it.> I want to display the categories with the number of items found in each> category as:> > cat1 (5)> cat2 (33)> cat3 (3)No way with summ alone, because this parameter is *supposed* to deliverunique values.You might search for existing categories with summ, and get the number ofeach category in a second (nested) search. For the example I assume yourdatabase field is named db_cat. Don't miss allcase=t in the nestedsearch, because this makes it much faster:[search db=my.db&neDB_CATdatarq=[blank]&DB_CATsort=1&DB_CATsumm=t] [founditems] [text]v_cat=[db_cat][/text] [search db=my.db&eqDB_CATdatarq=[v_cat]&allcase=t] [v_cat] ([numfound)
[/search] [/founditems][/search]Note: If you do not have all available categories in the database but wantthose categories listed like cat4 (0) you can't use the nested search.Then you search for each known category seperately.Peter-------------------------------------------------------------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/
Peter Ostry
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:
How do I get Google to crawl a WebCat site? (2003)
Pull Down Search (2000)
Close-to Comparison Code (1998)
WebCat2 - Getting to the browser's username/password data (1997)
[OT] Who's got a cool link (2002)
[WebDNA] Two different mail servers? (2011)
Location of Webcat site in folder hierarchy (1997)
Universal root for WC errors? (1997)
[WebDNA] sem_open bugfix for os x version 6.2 (2012)
'RequiredField' Question (1998)
[TEXT SECURE=T] (2000)
WebCat Mac OS X and Encrypt Help Need (2000)
WC1.6 to WC2 date formatting (1997)
Lookup command (1998)
[getchars] questions (1997)
Displaying text and populating form fields (2005)
Random question (1998)
BUG in [showif] using ^ (contains) (1997)
Introduction/Tutorial/QuickStart (1997)
Preferred Web Design Tool? (1999)