Re: Hi to all how to implement Search option in website?

2022-07-23 Thread Lalit Suthar
you can try django-filters also for more complex use cases https://django-filter.readthedocs.io/en/stable/ On Sat, 23 Jul 2022 at 22:09, Lakshyaraj Dash wrote: > You can do something like shown in the screenshot below > > Thanks and Regards > Lakshyaraj Dash > > On Sat, Jul 23, 2022, 21:59 Mahen

Re: Search option in website

2022-07-23 Thread Ryan Nowakowski
You mentioned you're not using models. Where are you storing the data you want to search? On July 23, 2022 8:42:40 PM CDT, Mahendra wrote: >I am not using models using only URLs is any ways to go like using Ajax or >JavaScript language please suggest me? > >On Sat, 23 Jul 2022, 22:11 Lakshyaraj

Re: Search option in website

2022-07-23 Thread Lakshyaraj Dash
Go for a search on geeksforgeeks like *How to get url parameters in javascript ?* On Sun, Jul 24, 2022, 07:13 Mahendra wrote: > I am not using models using only URLs is any ways to go like using Ajax or > JavaScript language please suggest me? > > On Sat, 23 Jul 2022, 22:11 Lakshyaraj Dash, > w

Re: Search option in website

2022-07-23 Thread Mahendra
I am not using models using only URLs is any ways to go like using Ajax or JavaScript language please suggest me? On Sat, 23 Jul 2022, 22:11 Lakshyaraj Dash, wrote: > You can implement search option very easily like shown in the > screenshot below > Also for more information see the following dj

Re: Search option in website

2022-07-23 Thread Thomas Lockhart
You can implement a robust search using something like elastic search or whatever seems to be the best choice currently (haven’t done one in a few years). Hth - Tom > On Jul 23, 2022, at 9:39 AM, Mahendra wrote: > > Hi to all, > How to implement Search option in website.please any one guide

Search option in website

2022-07-23 Thread Mahendra
Hi to all, How to implement Search option in website.please any one guide me ? Thanks®ards, Mahendra Yadav -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to djang

Hi to all how to implement Search option in website?

2022-07-23 Thread Mahendra
On Fri, 22 Jul 2022, 23:37 Prashanth Patelc, wrote: > how to use time in pandas (convert 24 hours time to 12 hours) > > Login time table > == > userid logindate logintime > 22022-13-07 18:30:00.490337 > > Logout time table > == > > userid lo