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:
WebDNA to Apache RewriteMap (2005)
unable to launch acgi in WebCat (1997)
Order not created error (1997)
WebCatalog for guestbook ? (1997)
Price override - solved (2004)
DB Size - MAX (2004)
WebCat2b13MacPlugIn - syntax to convert date (1997)
Multiple Pulldowns (1997)
Automatic thumbnail images (1998)
WebCat, The Trend, & Consolidating... (1997)
NT 4.0/IIS WebCat Installation (1998)
RAM variables (1997)
RE: OK, here goes... (1997)
[WebDNA] Format Days_To_Date (2008)
WC2.0 Memory Requirements (1997)
[WebDNA] Moving to Sandbox broke price (2009)
Email Formatting and Encryption (1998)
[protect admin] (1997)
[WebDNA] [OT] economical reliable SSL certs? (2009)
Linux ODBC and the ODBC Bridge (2000)