Bauble / bauble.classic

this is how Bauble and Ghini both started
GNU General Public License v2.0
10 stars 34 forks source link

Autocomplete for properties of objects in manual query #164

Closed sehrgut closed 8 years ago

sehrgut commented 9 years ago

This is just a "wishlist" item. I find myself opening the query builder to check which properties are available in the Bauble object model, but still typing queries by hand. Being able to autocomplete the domain and properties in the WHERE clause would be useful.

For instance, if I were to type:

acc

it could autocomplete to "accession". Another could complete the "where" (or that could autocomplete with the domain, since it's the only clause keyword used).

Then I could type:

s

and get options for "source" and "species". Following that, I could autocomplete through the properties of nested objects, similar to autocomplete in an IDE.

mfrasca commented 8 years ago

This issue was moved to Ghini/ghini.desktop#111