MenuSelect max limit of 1000?
See original GitHub issueDescribe the bug 🐛
We have a menuSelect widget with a limit of 10000
, but it appears that 1000
is the max (although I couldn’t find it documented anywhere)
Expected behavior 💭 I would expect it to respect whatever value passed into the limit option.
Environment:
- OS: macOS High Sierra 10.13.5
- Browser: chrome
- Version: 67.0.3396.99
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Customizable Recipient Limits in Office 365
In the classic EAC admins can customize the Recipient Limits from 1 to 1000 for individual mailboxes. The Recipient limit setting can be...
Read more >WordPress menu select list dropdown capped to 10 items
From here you can increase the max_input_vars limit from 1000 to 5000, which will allow your menu items limit in WordPress to increase ......
Read more >Maximum Connections for WS_FTP Server Host Name
If Max number of connections is set to 1000 (default), for example, then the host will only permit a total of 1000 connections...
Read more >Is it possible to export a large number of citations from the ...
Ovid allows you to export up to 1000 records at a time. ... From the pop-up menu select EndNote and your field option...
Read more >Port Status and Configuration
For example, 1000Base-SX is a gigabit protocol for gigabit operation over fiber ... The broadcast limit specifies the percentage of the theoretical maximum...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No plan at the moment, but we did provide the feedback to them 😃
Hi @davist11 and thanks for opening this issue. Facets are actually limited to 1000 elements https://www.algolia.com/doc/api-reference/api-parameters/maxValuesPerFacet/?language=javascript#how-to-use
From there, as @Haroenv said, the best would be to have a search in those values. 10k is a lot of values for a user to browse, and it’s a lot of data to send on the network too (which makes the reactivity worse). With a search, you can have less values and still let your user access all of them.
The current problem is that menu (or menu select) does not support searchable / search for facet values. But the refinement list does, can you try with that widget and see if it could fit what you want?