Hunter-Wigal / CS440-Team-Delta

A Django application that runs a "Marketplace for Digital Games". Created to complete a CS 440 project
0 stars 0 forks source link

Write a function/api that would select certain games from the database #4

Open Hunter-Wigal opened 5 months ago

Hunter-Wigal commented 5 months ago

This would be used for allowing users to provide a search term and would show games relevant to their search. Could be implemented by returning game titles / descriptions that contain a string that a user provides. Could be further expanded upon with returning genres or ratings

Hunter-Wigal commented 5 months ago

Currently allows searching for substrings of a game title by making a request to the url with parameters passed. Example in the views.search function in the app project