Updated integration.sh to include an e2e test for this feature. I refactored the code a bit, but the new test is in the function test_columns_to_ignore. It indexes 1000 genomes, but includes columns in the columns_to_ignore option. It then checks that the ignored column is not found in the fields index.
…s that will not appear in the search bar
Updated integration.sh to include an e2e test for this feature. I refactored the code a bit, but the new test is in the function
test_columns_to_ignore
. It indexes 1000 genomes, but includes columns in thecolumns_to_ignore
option. It then checks that the ignored column is not found in the fields index.