abhijeet141 / CropForesight-FrontEnd

This Repository includes the frontend code of the CropForesight website. The frontend of the project is written in ReactJS and CSS is used for styling.
https://crop-foresight-front-end.vercel.app
16 stars 73 forks source link

Search Bar Algorithum improvement #290

Closed Tisha6661 closed 1 year ago

Tisha6661 commented 1 year ago

Bug:
The current searchbar algorithum is very basic and not that useful in real life and is only considering the season data image image image

As we can see the search algorithum should be improved. Idea: I would like to work on this issue as a part of GSSOC 2023 , i can provide a more reliable approach to the problem by building an algorithum which finds the most suitable search items rearranged according to the asked , rather then just matching the name .

abhijeet141 commented 1 year ago

Hi @Tisha6661 Thank you for creating the issue. Please go ahead and start working on it. If you have any questions or need assistance during the process, feel free to ask.

Thank you for your contribution, and I'm excited to see your progress in resolving the issue.

Tisha6661 commented 1 year ago

@abhijeet141 a new better algo is added . Please review the PR #300