-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic searching without page reloading. #38
Comments
Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊 You can also check our CONTRIBUTING.md for guidelines on contributing to this project. |
can you also a search input section @MeetDOD which filters it on the basis of the title and description of the post? I will make this issue level3 accordingly. |
@VaibhavArora314 apologies sir for late reply ! So, Basically I will apply filter for three parameters, like for :
and accordingly the user will get their desired posts. |
Great |
@MeetDOD I am lowering the level to 2 because initially, I thought you would use a custom react hook to dynamically refresh the posts also without reloading the page. Sorry for the confusion. |
I see, no prob 👍 |
I have an idea in search section that instead for reloading the whole page we can search the posts in the frontend part only without reloading the page like dynamically fetching the posts in frontend only.
Just need to add couple of lines in th react hook.
I am interested in it because i had done this previously also.
so, I request you to assign it to me.
The text was updated successfully, but these errors were encountered: