masugadesign / cp-filters-craft-cms

Add advanced element filtering to the Craft CMS control panel.
Other
16 stars 3 forks source link

Related Field Filter Dropdown Select is Limited to Only ~100 Entries #12

Closed AbbeyDesign closed 3 years ago

AbbeyDesign commented 3 years ago

When filtering by a Related Entries Field and choosing "is assigned" the resulting Select Dropdown only shows the first 100 entries.

Expected behavior
Currently have about 600 entries and I should see all of them.

Craft Version & Installed Plugin Version
Craft: 3.6.11.2 Plugin: CP filters Mac: Chrome and Firefox

benjaminkohl commented 3 years ago

This issue has been resolved as of v1.1.1.3. The queries that populate those filter value selects are no longer limited and those selects are now SlimSelect elements so finding a particular value in a long list of options is much easier.