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.
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.