Click here to Skip to main content
15,902,114 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
AnswerRe: Competitions Pin
Chris Maunder12-Dec-11 2:47
cofounderChris Maunder12-Dec-11 2:47 
GeneralRe: Competitions Pin
Nish Nishant12-Dec-11 3:45
sitebuilderNish Nishant12-Dec-11 3:45 
GeneralRe: Competitions Pin
Dalek Dave12-Dec-11 4:37
professionalDalek Dave12-Dec-11 4:37 
GeneralRe: Competitions Pin
Chris Maunder12-Dec-11 6:14
cofounderChris Maunder12-Dec-11 6:14 
GeneralRe: Competitions Pin
thatraja12-Dec-11 5:18
professionalthatraja12-Dec-11 5:18 
Suggestiondelete my code project account... Pin
Jonathan C10111-Dec-11 13:50
Jonathan C10111-Dec-11 13:50 
GeneralRe: delete my code project account... Pin
Chris Maunder11-Dec-11 17:24
cofounderChris Maunder11-Dec-11 17:24 
Suggestionone further thought on the future of CP search: drilling-down Pin
BillWoodruff11-Dec-11 10:40
professionalBillWoodruff11-Dec-11 10:40 
This seems to be the night for having wild thoughts about CP's search facility: perhaps it's the full moon ? I had just come back from shaving my tongue, when this idea came to me via moonbeams.

What if, I imagined, you could drill-down on results of a CP search, drill down any number of times, with an enhanced choice of search options available ?

So, you do your first search, casting a wide net; the results appear: a CheckBox appears which, if checked, means your next search is done within the results of the first search, and some advanced search options are exposed.

And, you can keep a-drilling-down until you hit ... whatever.

That idea actually seemed worth posting here, although, of course, I have no idea to what extent the native structure of CP's giant databases would facilitate a drill-down model.

But, did I stop there, and go running out in the night to frighten the local dogs ? No: further lunacy ensued as I imagined what meta-syntax might be used to achieve advanced drill-down in a C# infused with generics flavor:

So, Dear Readers, respected colleagues, peers, mentors, and technical far-betters: read from hence further, only if the moon also has increased your tolerance for fantasia: what Dante described written over the passageway to enter Hell ... "abandon hope all ye, who enter here" ... "lasciate ogni esperanza, voi che intracte" ... applies:

The idea of having a somewhat C# (generic flavour) meta-search syntax... when there's already the whole edifice complex of RegEx far out-to-sea ... is a bit grandiose, but let me float the boat, anyhow:

{} used to delimit the start and end of meta-search comoponents. Within a meta-search comoponent individual constructs separated by commas are equivalent to using "AND:" i.e., in CP search now what is expressed by "struct AND Tuple," in this syntax is expressed by "struct, tuple"

"Result:" indicates some filter on the totality of search results

struct {o:datecreated.descending, gb.a:[Pat*yn, O'Hanlon, Janova, Dietrich, Aptroot, MacCutchan, Abhinav, Kramer, Nischalke, OriginalGriff], d>=:01/11/09, tags:[c#], u:generics} & { filterby: a.rating.authority is platinum, filterby: Result.bookmarks.count > 2 }

0. each result must contain the word "struct"

1. o:datecreated.descending:

results are presented in order by date-created descending

2. gb.a:[Pat*yn, O'Hanlon, Janova, Dietrich, Aptroot, MacCutchan, Abhinav, Kramer, Nischalke, OriginalGriff]

the results will be grouped into two groups: the first group will include posts by the authors named in the list. the second group will contain all the other results not by those authors in the first group that match all the other criteria

3. d>=:01/11/09

each result created after November 1, 2009

4. tags:[c#]

must be tagged c# ... this is also valid: tags:[c#, linq]

5. u:generics

somewhere in the result is a mention of Linq, or use of some aspect of generics in code (tall order this one !)

6. And in addition to all of above criteria: second {} meta-search component is ANDed with the results of applying criteria 1~5:

a. filterby: a.rating.authority is platinum

the author's rating as authority is platinum

b. filterby: Result.bookmarks.count > 2

entire result set is filtered to include results which have been
bookmarked at least twice
"For no man lives in the external truth among salts and acids, but in the warm, phantasmagoric chamber of his brain, with the painted windows and the storied wall." Robert Louis Stevenson


modified 12-Dec-11 17:55pm.

GeneralRe: one further thought on the future of CP search: drilling-down Pin
Luc Pattyn11-Dec-11 14:04
sitebuilderLuc Pattyn11-Dec-11 14:04 
GeneralRe: one further thought on the future of CP search: drilling-down Pin
Slacker00712-Dec-11 0:30
professionalSlacker00712-Dec-11 0:30 
GeneralRe: one further thought on the future of CP search: drilling-down Pin
BillWoodruff12-Dec-11 11:53
professionalBillWoodruff12-Dec-11 11:53 
GeneralRe: one further thought on the future of CP search: drilling-down Pin
Chris Maunder13-Dec-11 2:26
cofounderChris Maunder13-Dec-11 2:26 
BugWent up by around 2k points Pin
Abhinav S10-Dec-11 19:52
Abhinav S10-Dec-11 19:52 
JokeRe: Went up by around 2k points PinPopular
Pete O'Hanlon10-Dec-11 20:35
mvePete O'Hanlon10-Dec-11 20:35 
GeneralRe: Went up by around 2k points Pin
Abhinav S10-Dec-11 20:39
Abhinav S10-Dec-11 20:39 
GeneralRe: Went up by around 2k points Pin
thatraja10-Dec-11 20:37
professionalthatraja10-Dec-11 20:37 
GeneralRe: Went up by around 2k points Pin
Abhinav S10-Dec-11 20:40
Abhinav S10-Dec-11 20:40 
GeneralRe: Went up by around 2k points Pin
Chris Maunder13-Dec-11 2:27
cofounderChris Maunder13-Dec-11 2:27 
GeneralRe: Went up by around 2k points Pin
Abhinav S13-Dec-11 3:51
Abhinav S13-Dec-11 3:51 
GeneralRe: Went up by around 2k points Pin
thatraja28-Dec-11 17:34
professionalthatraja28-Dec-11 17:34 
Suggestionview by "most bookmarked" as a search option ? Pin
BillWoodruff10-Dec-11 18:46
professionalBillWoodruff10-Dec-11 18:46 
SuggestionSearching my messages Pin
PIEBALDconsult10-Dec-11 3:55
mvePIEBALDconsult10-Dec-11 3:55 
GeneralRe: Searching my messages Pin
Albert Holguin10-Dec-11 4:00
professionalAlbert Holguin10-Dec-11 4:00 
GeneralRe: Searching my messages Pin
thatraja10-Dec-11 4:20
professionalthatraja10-Dec-11 4:20 
GeneralRe: Searching my messages Pin
PIEBALDconsult10-Dec-11 4:45
mvePIEBALDconsult10-Dec-11 4:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: FixedAnswered

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.