Closed claudia3 closed 3 years ago
Please fix the checkstyle errors in order to write a review.
Currently it is supposed to search for something. But in my next PR on which I currently work on I have to change it because I have to write a different class that I can use the sort functions in the other views of our app.
Also if I have a result list after setting a filter or filters and then select some item of the result list (e.g. book) and then go back - then my list of results after filtering is deleted. Should it not be visible?
Because it is a sort class and sort and filter are different aspects. The problem is that when you click the backButton and create the SearchFragment again the searchInput is an empty String even if there is text in there. This is described in a TODO comment.
Description Closes #88. Create filter for shelves, books and notes in the search. Multiple filter can be selected at once.
Affects Mainly the search.
Notes for Reviewer You can filter the search results when you use the menu in the right corner of the header. Please review & comment/approve.