TheLastSultan opened a new issue #8288: Options in filters are ONLY searchable 
by original column_name. 
URL: https://github.com/apache/incubator-superset/issues/8288
 
 
   In datasource, you can modify columns to have user friendly verbose names. 
However, options in react-select are currently only searchable by the original 
column names. This problem is exacerbated because the new verbose name appears 
in the option form but it is only searchable by the original column_name
   
   ### Expected results
   Expect columns to be searchable by both verbose and non verbose names
   
   ### Actual results
   Columns are only searchable by the non verbose name
   
   #### Screenshots
   
   
![image](https://user-images.githubusercontent.com/41172775/65543235-a3d3c880-dec5-11e9-935f-cc3cbd62bfec.png)
   
   
![image](https://user-images.githubusercontent.com/41172775/65543272-b0582100-dec5-11e9-816a-3ad3702bbc48.png)
   
   #### How to reproduce the bug
   
   1. Go to Datasources or Tables, Edit Column, and pick a random column to edit
   2. Change 'verbose_name' of the random column to 'willis'
   2. Try to search by 'willis' when creating a slice
   3. You will find that you can only pull it up by 'id' or whatever the 
original value was
   4. See error
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to