dmd2588 / idb

0 stars 0 forks source link

Add search functionality to query.py #88

Closed xuset closed 7 years ago

xuset commented 7 years ago

The query.py should search through all the models and all string attributes and return a page of results

xuset commented 7 years ago

Basic search functionality includes exact keyword matches on string columns. Also only the first 10 results are returned from each query regardless of whether there were better matches further down into the query. What is left is:

xuset commented 7 years ago

@jeknoebel is there anything else that needs to be added for search functionality or is it complete?

xuset commented 7 years ago

Closed in previous commits