curl -X 'GET' \
'https://lapis.pathoplexus.org/ebola-sudan/sample/details?advancedQuery=NOT%20A134C&fields=accession&limit=100&dataFormat=JSON&downloadAsFile=false' \
-H 'accept: application/json'
In my opinion, the query should only match sequences where 134 has coverage. We do not know whether PP_00000PM has a C at 134, it might have.
Example query:
response contains "PP_00000PM"
But that sequence has no coverage at position 134: https://pathoplexus.org/ebola-sudan/search?visibility_completeness=true&column_completeness=true&orderBy=completeness&page=1&order=ascending&selectedSeq=PP_00000PM.3
In my opinion, the query should only match sequences where 134 has coverage. We do not know whether PP_00000PM has a C at 134, it might have.