Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limited number of suggestions returned with sycnc to found matches #1820

Open
misokol-earthlink opened this issue Dec 24, 2024 · 1 comment

Comments

@misokol-earthlink
Copy link

misokol-earthlink commented Dec 24, 2024

SOLVED. see comment added
Describe the bug
A clear and concise description of what the bug is.
I have an application and my results for a search on partial mathces suggest that there are 11 in my searchable date. Howver no matter what I try I only get 5 itmes in my suggestion dropwdown on an input text box. I checked the browser and it suggests that there are only 5 itmes created and rendered to HTML when I run the sync(matches) statement in JS. The console shows 11 items in matches befoe and after the sync. I tried a very simple test program and it to limited the displaye to 5 items. Not sure how to search this site to see if this is an issue or built in limitation.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
I would expect that the drop down list of suggestions would be long enough to show all matches.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment
Running from a file HTML but also happens when my HTML is sourced on a remote site and accessed from the site's server.

Additional context
Add any other context about the problem here.

@misokol-earthlink
Copy link
Author

I since learned how to use the limt and sufficient parameters to allow the drop down to grow to include more than the default of 5 entries. This is a key set of values to specify.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant