-
Notifications
You must be signed in to change notification settings - Fork 57
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
fix: associations lookup list limit #311
base: main
Are you sure you want to change the base?
fix: associations lookup list limit #311
Conversation
👷 Deploy request for avo-v2-docs pending review.Visit the deploys page to approve it
|
408d642
to
1f613b5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's also add a link to the searchable
option available in association fields and explain that searchable is more performant and UX-friendly on large data sets.
Besides that, we should add an entry on the upgrade guide (https://docs.avohq.io/3.0/upgrade.html) that mention this new limitation.
docs/3.0/customization.md
Outdated
|
||
## Associations lookup list limit | ||
|
||
<VersionReq version="3.14.0" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3.14.0
is the current release version and associations_lookup_list_limit
is not included in it.
We do a minor release on the first Tuesday of each month so 3.15.0
will include this feature. However, we’ll soon issue a patch release with some fixes, so it will be available starting from 3.14.1
<VersionReq version="3.14.0" /> | |
<VersionReq version="3.14.1" /> |
Fixes avo-hq/avo#2406