-
-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 5586 - OxF filter for term searches (#5637)
Impacted files: * `category_product_query.dart`: refactored with new `productType` parameter * `keywords_product_query.dart`: refactored with new `productType` parameter * `paged_product_query.dart`: refactored with new `productType` parameter * `paged_search_product_query.dart`: refactored with new `productType` parameter * `paged_to_be_completed_product_query.dart`: refactored with new `productType` parameter * `paged_user_product_query.dart`: refactored with new `productType` parameter * `product_list.dart`: refactored with new `productType` parameter * `product_query.dart`: added a "get label" method for `ProductType` * `search_field.dart`: displayed the new optional "additional filter" (e.g. OxF) * `search_helper.dart`: added a new optional "additional filter" * `search_product_helper.dart`: new "product type filter" widget * `summary_card.dart`: minor "productType" fix * `user_preferences_account.dart`: added "productType.food" to user page counts * `user_preferences_contribute.dart`: added "productType.food" to "to be completed" products
- Loading branch information
1 parent
9564cfd
commit 077bf5e
Showing
14 changed files
with
164 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.