lightblue-platform / lightblue-applications

GNU General Public License v3.0
5 stars 8 forks source link

Autocomplete queries #119

Open alechenninger opened 8 years ago

alechenninger commented 8 years ago

Originally I envisioned a pretty advanced query builder for the data management app, though knew this would be a pretty decent effort so kept it simple to start.

I was thinking of starting with a general purpose javascript library for lightblue query autocompletion which would have to know query syntax and work with metadata accordingly. That is, "given this incomplete query, an element (or cursor position) within the query, what are valid values?" whether it be a field lookup or a query syntax lookup.