-
Notifications
You must be signed in to change notification settings - Fork 1
Paginated applications endpoint #43
Comments
You may find https://docs.djangoproject.com/en/2.0/topics/pagination/ helpful |
@theandrewchan @bdeleonardis1 take a look at 0487f02 and let me know if i'm missing anything |
For text search queries, the only thing is that I want the string matching to be more robust than just ignoring case, it should catch slight mispellings and such too. This might be non-trivial and require implementing something like elasticsearch etc. |
Something like #50? |
The only thing left to do for this is test it! |
Hey @OldGuo , I'm getting a 500 error with line 47, something about lists not having a |
My bad. I didn't update the category filter after changing things around for fuzzy matching. Pushed up a fix 18c2440 |
See (https://github.com/codebase-berkeley/ApplicationPortal/wiki/API-Endpoints):
/applications
endpoint without other filtersThe text was updated successfully, but these errors were encountered: