lschmid83 / 12-Step-Recovery-Guide

This is an Android app written in Java and Android Studio. It provides 12-Step reading materials, daily quotes, meditations, motivational images, a meeting map and speaker tapes.
https://www.citexsoftware.co.uk/recovery-meeting-finder
44 stars 0 forks source link

The Meetings fragment view search results as list does not display search results #19

Closed lschmid83 closed 1 month ago

lschmid83 commented 3 months ago

In the Meetings fragments in the top right corner there is an icon which switches between map view and list view for the search results. Currently the view as list option only displays the search result title but no actual results. This is probably more of an issue with the Recovery-Meeting-Finder Angular website project in the src/app/mobile-search-results component.

lschmid83 commented 1 month ago

I retrieved the URL used by the app to access the mobile-search-results component and found there were numerous errors logged to the browser console window mostly to do with the addition of sorting the search results. I have corrected these and the page now loads correctly.