File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 113113 }
114114 ]
115115 },
116+ {
117+ "name" : " AppWrite" ,
118+ "category_id" : " tech" ,
119+ "country_code" : " IL" ,
120+ "alternatives" : [
121+ {
122+ "name" : " Supabase" ,
123+ "country_code" : " OSS" ,
124+ "link" : " https://supabase.com/"
125+ }
126+ ]
127+ },
116128 {
117129 "name" : " Google Workspace" ,
118130 "category_id" : " tech" ,
Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ const ProductList = () => {
5959 results = results . filter (
6060 ( product ) =>
6161 product . name . toLowerCase ( ) . includes ( searchTermLower ) ||
62- product . alternatives ?. some ( ( alt ) => alt . name . toLowerCase ( ) . includes ( searchTermLower ) ) ,
62+ product . alternatives ?. some ( ( alt ) => alt . name . toLowerCase ( ) . includes ( searchTermLower ) ) ||
63+ product . country ?. name . en . toLowerCase ( ) . includes ( searchTermLower ) ,
6364 ) ;
6465 }
6566
You can’t perform that action at this time.
0 commit comments