Bug 1787937 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Also, supersearch API documentation should come from the processed crash schema rather than `super_search_fields.py`.

Further, the tool tip text in the report view should come from the processes crash schema rather than `super_search_fields.py`.

Grabbing this because I'm reducing `super_search_fields.py` and can at least do that part of it now.
Things to do here:

1. change `super_search_fields.FIELDS` to pull documentation from the processed crash schema
2. update the report view and other places where field documentation shows up (tool tip text, api docs, etc) to pull it from the processed crash schema
3. extract processed crash schema documentation into a browseable data dictionary maybe something like glean dictionary

Back to Bug 1787937 Comment 1