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
Fix art gallery with simpler, working search terms
Issue identified: Complex search terms like 'Monet OR Renoir' were returning
artworks without publicly available images, even with hasImages=true.
Solution:
- Use simpler, broader search terms that work reliably with hasImages=true
- 'painting' for Impressionist Masters (instead of specific artist names)
- 'Renaissance' for Renaissance Art
- 'sculpture' for Ancient Art
- 'American', 'Asian', 'modern' for other collections
This approach mirrors the working simple version provided by user and ensures
artworks with actual displayable images are returned from the Met Museum API.
0 commit comments