dongheenam / maths-question-bank

This is a Next.js app that lets you search, edit, and store quality questions in Mathematics.
https://maths-question-bank.vercel.app
0 stars 1 forks source link

Add search functionality #4

Closed dongheenam closed 1 year ago

dongheenam commented 1 year ago

Implement a search functionality that allows users to search for maths questions based on keywords and tags.

dongheenam commented 1 year ago

https://github.com/dongheenam/maths-question-bank/commit/8d8b8bbffaa066b3dd327cf9df8328d536f59762 Search form added

TODO: allow wildcards (search for all Year 7 questions, search for all measurement questions, ...)

dongheenam commented 1 year ago

https://github.com/dongheenam/maths-question-bank/commit/ba3ea2596227a34b266691ab9cd1cd0c03d73c82 done