Jaykul
 Shell User Posts:32

 |
| 10/29/2007 2:25 PM |
|
All of the search forms on the site fail to work in the expected way: type query, hit enter. Instead, one has to click the "go" or "submit" button in order to get results. To make matters worse: if you DO hit enter, the page reloads but without filtering or executing the search, so it appears that the search is just broken until someone tells you it worked for them and you start trying different ways of submitting the form.
|
|
|
|
|
DonJ PowerShell MVP
 Moderator Posts:642
 |
| 10/30/2007 9:27 AM |
|
| Yup, confirmed (although I didn't actually have the same expectation you did - it does work in the way you state). That's unfortunately the way the Web site's software works - it doesn't insert the Javascript necessary to pick up the Enter keystroke, and since the Search link is a LINK, not a BUTTON, your browser doesn't "see" it as a target. So your browser takes Enter to be "reload." I'm not sure how much control I have over that - I'll fuss with it and see. |
|
- Don Jones www.ConcentratedTech.com Subscribe (RSS) or visit for weekly PowerShell tips and lessons |
|
|
Jaykul
 Shell User Posts:32

 |
| 10/30/2007 7:52 PM |
|
| It doesn't take javascript. Hitting Enter "submits" the form ... the problem is that the form itself doesn't search when it's submitted. |
|
|
|
|
DonJ PowerShell MVP
 Moderator Posts:642
 |
| 10/31/2007 7:53 AM |
|
| Actually, having done a very thorough trace with some debug code quite late last night, I can assure you that hitting Enter does not, in fact, submit the form. I've also been in touch with the developer of that module who assures me that they're aware of the problem and that pressing Enter doesn't submit the search form. They're researching workarounds. |
|
- Don Jones www.ConcentratedTech.com Subscribe (RSS) or visit for weekly PowerShell tips and lessons |
|
|
KarlMitschke
 Power User Posts:146
 |
| 07/23/2008 10:03 AM |
|
I hate to mention this, but I cannot get search to work no matter what I do - I click the little hourglass icon, and I get the same results as if I hit enter. "the page reloads but without filtering or executing the search, so it appears that the search is just broken" |
|
|
|
|
halr9000
 CLI Addict Posts:273

 |
| 07/23/2008 10:33 AM |
|
| We will check it out asap, thanks for the report. |
|
Community Director, PowerShellCommunity.org Co-host, PowerScripting Podcast (http://powerscripting.net) Author, TechProsaic (http://halr9000.com)
|
|
|
halr9000
 CLI Addict Posts:273

 |
| 07/23/2008 5:57 PM |
|
| Fixed! It was a missing index. |
|
Community Director, PowerShellCommunity.org Co-host, PowerScripting Podcast (http://powerscripting.net) Author, TechProsaic (http://halr9000.com)
|
|
|