Details
Description
The schema browser has some drawbacks
- Does not sort the fields (the actual sorting seems arbritrary)
- Capitalises all field names. Making difficult the match
- Does not allow a drill down
This small patch solves the three issues:
- Changes the Css to do not capitalise the links
- Sorts the field names
- It replaces the tokens by links to a search query with that token
that's all