CleanData / data-network

An app for the visualisation of connections between datasets
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Basic Search for datasets #10

Closed jonroberts closed 10 years ago

jonroberts commented 10 years ago

So we need to hook the search field up to a basic search. Searching in the search field will return datasets that have names matching the search pattern. We'll use the search pattern icontains - described here in the Django docs

To do:

jonroberts commented 10 years ago

This is complete!