Added some ideas

This commit is contained in:
tomgross 2013-07-05 12:02:42 +02:00
parent 13d53be573
commit 4a6a133cb1
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,5 @@
TODOs:
* Fix failing tests on travis-ci (or move to jenkins.plone.org if solr can
not be run there)
* Migrate tests to use plone.app.testing
* Migrate control panel to use plone.autoform and plone.app.registry
* support for date facets
@ -15,3 +13,8 @@ TODOs:
* evaluate http://www.gnuenterprise.org/~jcater/solr.py as a replacement
(also see http://tinyurl.com/2zcogf)
* evaluate sunburnet as a replacement https://pypi.python.org/pypi/sunburnt
* evaluat mysolr as backend https://pypi.python.org/pypi/mysolr
* implement LocalParams to have a nicer facet view http://wiki.apache.org/solr/SimpleFacetParameters#Multi-Select_Faceting_and_LocalParams
* Use current search view and get rid of anicient search override
* Implement a push only and read only mode
* Play nice with eea.facetednavigation