Replies: 1 comment
-
|
#75 updated |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@purvpatel123 if possible try to implement job suggestions on hitting some keywords in search by keyword
eg :- if user in job search writes "r" then should show suggestion like "react" , "rust" etc..
collect list of all suggestions like that (ask ai for that static list) and place it in a lib or constants file and use it in search by keyword in job search component
Beta Was this translation helpful? Give feedback.
All reactions