Josh565565 / Backend-p1-milestine1-task

0 stars 2 forks source link

Search Logic with Django Querysets #5

Open Josh565565 opened 9 months ago

Josh565565 commented 9 months ago

Develop the search logic to organize results in order of the closeness of matches using Django Querysets.

Your role is to create the logic that processes search queries and ranks results based on the closeness of the matches. You'll use Django Querysets to optimize and execute these searches efficiently.

Ezrahel commented 9 months ago

I'm working on this