issues
search
tomasloksa
/
azure-search-emulator
Containerized Azure Search Emulator for development purposes
MIT License
16
stars
3
forks
source link
Fix search with empty field in filter
#60
Closed
tomasloksa
closed
1 year ago
tomasloksa
commented
1 year ago
replace
SomeProperty eq ''
with
-SomeProperty:['' TO *]
in filter
Create new PM tests for filters and
add them to PR build pipeline
Seed data in PM tests for consistent results and tidy up PM tests structure
SomeProperty eq ''
with-SomeProperty:['' TO *]
in filter