1.0.0-beta.8
mbenadda
released this
24 Apr 21:02
·
2620 commits
to master
since this release
Added
- Link persons to a random set of organizations in the demo site,
- Add organizations to a person via plugins on the person detail page,
- Show related persons on the organization detail page,
- On a person detail page, show courses to which s.he participated and blogposts s.he authored,
- Show results count in the course search results list.
Changed
- Search as the user types in the course search field. This replaces autosuggest in course names with a full index search,
- Prevent search filters from jumping around by displaying facets with zero results as disabled and always reserving the space for the "Clear filters" button,
- Improve demo dataset by assigning each person to an organization,
- Use checkboxes to enable/disable filters in search page,
- Improve autosuggest tests to increase reliability.
Fixed
- Use proper HTML elements for accessibility of search filter groups.