>I only need it in at least a simi-usable state for now :-)
>
>Is there a known bug for why it's firing at page load?

Are you call result() or search() or anything else that would cause an AJAX
operation at load? 

>Here is my new call:
>$("#univrelations").autocomplete("/tools/univfull.lasso", {minChars: 3,
>delay: 300, limit: 1000, mustMatch: true});
>
>It still sends limit 10.

The option isn't "limit" it's "max". The url parameter is it sends is
"limit". Unless you're disabling the cache, I would ignore the limit
parameter that's sent--or it can cause matches not to be found.

>Is there a known bug for the more not working?  Does it have to do with the
>server sending more than the "10"?

As previously answered, the "more" was only added as a text descriptor to
let the user know that they're not seeing all options. It's currently not
designed to be a link.

-Dan

Reply via email to