collective / collective.solr

Solr search engine integration for Plone
https://pypi.org/project/collective.solr/
22 stars 46 forks source link

Fix issue 199 #204

Closed sauzher closed 5 years ago

sauzher commented 5 years ago

Implemented delay (400ms) on input text searchform using react-delay-input drop-in component. Also a minimum length (3 chrs) search string is required to do the auto searchRequest. User can press [search] button anytime.

Perhaps these two parameters should be exposed in @@solr-controlpanel?

Changelog updated including a note on #202 fix.

tisto commented 5 years ago

Thanks @sauzher!