Hey Tom,

I think we already had a fix for that.  The search worked for me using the
most recent version, and taking a look at the difference, the regular
expression to match the argument is different but has the same result:

Your change:
if ( res = args.q.match(/^\s*[qQ]?(\d{6})\s*$/) )

Current version:
if ( res = args.q.match(/^\s*q?(\d{6})\s*$/i) )

...if I'm not mistaken.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:dqsd-users-
> [EMAIL PROTECTED] On Behalf Of Tom Corcoran
> Sent: Tuesday, March 18, 2008 4:19 PM
> To: DQSD
> Subject: [DQSD-Users] msk fix...
> 
> I had reason to use the msk search today and it did not work, according
> to help msk 871122 should work but it appends a Q which is not
> recognised. The attached version has this removed. However it's not
> extensively tested for other options so I cannot guarantee success.
> 
> Cheers,
> 
> Tom.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601

Reply via email to