Skip to content

Commit

Permalink
Revert minimum text length for collections search.
Browse files Browse the repository at this point in the history
Since #7124, collections search no longer finds short collection names for Gravity Spy.
  • Loading branch information
eatyourgreens authored Aug 11, 2024
1 parent c0e17f9 commit 84f447d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/collections/searchCollections.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import apiClient from 'panoptes-client/lib/api-client';

// Tune this value to determine when a search term is long enough to use Panoptes full-text search.
const MIN_SEARCH_LENGTH = 3;
const MIN_SEARCH_LENGTH = 1;

/**
* Query the Panoptes collections search API
Expand Down

0 comments on commit 84f447d

Please sign in to comment.