Closed epugh closed 3 years ago
the search
syntax still works properly!
I'm pretty sure select * is not supported in Solr SQL. Have you configured a different SQL backend?
Okay, I tried select metadata,status_str from dev_raw_data limit 10
and it worked as expected. I swore that select worked, as that is my default to explore a collection in 0.1.4. Looking back at https://lucene.apache.org/solr/guide/7_7/parallel-sql-interface.html#solr-collections-and-db-tables (ready to prove you wrong), it does say doesn't work... I'd love to know why!!
Maybe since this is so common syntax, we should add it to https://lucene.apache.org/solr/guide/7_7/parallel-sql-interface.html#solr-sql-syntax?
This has been dealt with!
I just bumped up to the 0.1.5, and a query like below runs, but the column names don't match to the column fields!