Stanley
(Starting to like KiXtart)
2006-12-22 12:27 PM
This Boards Search function does not seem to be working correctly

Good Day all.
The Search function seems to be FUBAR.
I am searching on
"ERRORS Error (317 / 13D) while retrieving error information for FFFFFFFD"
and I get
"We cannot proceed.
All of your search keywords were too short. Please try again.

Please use your back button to return to the previous page.

"


Les
(KiX Master)
2006-12-22 02:39 PM
Re: This Boards Search function does not seem to be working correctly

Works fine for me.
Care to share what *exactly* you were entering int he various fields?


eriqjaffe
(Hey THIS is FUN)
2006-12-22 03:20 PM
Re: This Boards Search function does not seem to be working correctly

It's the / in the search terms.

If I copy & paste "ERRORS Error (317 / 13D) while retrieving error information for FFFFFFFD" (with the quotation marks) into the quick search field over on the right (or into the "Keyword Search Terms" field on the Advanced search page), I get that same message.

Take the slash out, and I get a link to this very thread.


LonkeroAdministrator
(KiX Master Guru)
2006-12-22 07:38 PM
Re: This Boards Search function does not seem to be working correctly

hmm...
the board should skip the quotes. at least it used to.
just like google does if you have special chars inside your quotes.


eriqjaffe
(Hey THIS is FUN)
2006-12-22 07:55 PM
Re: This Boards Search function does not seem to be working correctly

Same behavior without the quotes, btw.

Stanley
(Starting to like KiXtart)
2007-01-02 06:06 PM
Re: This Boards Search function does not seem to be working correctly

Further research showas that this error will be generated when an error trap is immediately after a loop statement.

Break on
Open(1,"c:\i.txt",2)
$a = ReadLine(1)
While $a <> ""
? "line = "$a
$a = ReadLine(1)
Loop
? @SERROR ?
Close(1)
Shell "%COMSPEC% /C pause"


LonkeroAdministrator
(KiX Master Guru)
2007-01-02 06:17 PM
Re: This Boards Search function does not seem to be working correctly

comspec pause?
why not "get $"?

does the open() success? and at least one readline?


Stanley
(Starting to like KiXtart)
2007-01-03 03:19 PM
Re: This Boards Search function does not seem to be working correctly

comspec pause?
why not "get $"?

Because my golf handicap is huge

does the open() success? and at least one readline?

Yes the file opens successfully.
This was just a dirty little script to test my theory.


eriqjaffe
(Hey THIS is FUN)
2007-01-03 03:55 PM
Re: This Boards Search function does not seem to be working correctly

Boy, this thread went off in an unexpected direction! \:\)