dejmail / begrepptjanst

Begreppstjänst för VGR Informatik
0 stars 0 forks source link

Improve search functions within the app #4

Closed dejmail closed 4 years ago

dejmail commented 4 years ago

We need to be able to increase the search functions within the app.

dejmail commented 4 years ago

https://stackoverflow.com/questions/16303735/search-through-multiple-fields-in-django - Looks like some good advice

dejmail commented 4 years ago

The searching functionality mentipned above will likely need a reconfiguration of the front side of the page as many results on one page will be difficult for the user to parse. We can maybe isolate the search term, or we can somehow structure the results that come back.

dejmail commented 4 years ago

Searching in multiple tables as a default on the SQL query. Seems to work fine.