# Install this plugin
    npm install @pinelab/vendure-plugin-better-search
    
    

Changelog for vendure-plugin-better-search

0.3.1 (2025-06-26)

  • Removed logging of index size, as it can cause max call stack exceeded errors
  • Fetch variants per 50 instead of 100

0.3.0 (2025-06-23)

  • Allow extending the GraphQL results with custom fields

0.2.0 (2025-06-04)

  • Upgrade to Vendure to 3.3.2

0.1.4 (2025-05-30)

  • Don't index disabled products

0.1.3 (2025-05-30)

  • Allow search terms of length 2 or larger

0.1.2 (2025-05-30)

  • Optimized indexing performance

0.1.1 (2025-05-30)

  • Don't specify type for string ID in entity

0.1.0 (2025-05-28)

  • Initial release