You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a producer has a certification with multiple status like Organic and Biodynamic then the search in the directory doesn't find that enterprise under either option. So searching for Organic is missing that enterprise. This requires work within the web component.
Option 1: Fix the component to search through arrays of statuses of certifications.
Option 2: Provide an API endpoint for the search by certification.
Option 2 is more work for us but preferred long-term. It reduces code in the component, makes the search more efficient and other tweaks to the search can be implemented in the API without touching the component.
The text was updated successfully, but these errors were encountered:
When a producer has a certification with multiple status like Organic and Biodynamic then the search in the directory doesn't find that enterprise under either option. So searching for Organic is missing that enterprise. This requires work within the web component.
Option 1: Fix the component to search through arrays of statuses of certifications.
Option 2: Provide an API endpoint for the search by certification.
Option 2 is more work for us but preferred long-term. It reduces code in the component, makes the search more efficient and other tweaks to the search can be implemented in the API without touching the component.
The text was updated successfully, but these errors were encountered: