inveniosoftware / invenio

Invenio digital library framework
https://invenio.readthedocs.io
MIT License
625 stars 292 forks source link

search: verbose=9 option not working #2339

Closed jmartinm closed 8 years ago

jmartinm commented 10 years ago

I am trying to debug some search problems and see that Next does not contain the url option verbose=9.

screenshot from 2014-09-25 17 29 35

Is it possible to bring it back? It was useful in many cases.

jirikuncar commented 10 years ago

@jmartinm it's not easily possible. The engine is not writing to request anymore.

Proposal

After master development is frozen. We can replace all custom logging by current_app.logger.debug/info/search? and use flash messages or Flask-DebugToolbar.

jmartinm commented 10 years ago

I see, the proposal makes sense, shall we create a new feature issue for 2.x so that we don't forget it?

jirikuncar commented 8 years ago

Search queries can be debugged directly on Elastic search cluster.