Autocomplete

(4 posts) (2 voices)

Tags:

  1. nsepetys, Member

    Hello myDBR Representative,

    Autocomplete seems to somehow be limiting the results. The same query that is in my stored procedure returns less results on the parameter page than it does when queried on the side. Is there something limit the total result set that is accessible through the autocomplete parameter?

    Thanks,
    Noah

  2. nsepetys, Member

    Nevermind. The issue was on my end. Thanks

  3. myDBR Team, Key Master

    Noah,
    you can control the number of autocomplete suggestions shown by changing the default:

    $mydbr_defaults['autocomplete_max_rows'] = 20;

    You put the change in user/defaults.php.

    --
    myDBR Team

  4. nsepetys, Member

    That might be useful in the future. Thank you!


Reply

You must log in to post.