Let's say I have 5 packages with the `name=django`. When using: - `/api/packages/?name=django` -> 5 results But when using the search: - `/api/packages/?search=django` -> 0 results I'm expecting to find those 5 package using the search.