tomasloksa / azure-search-emulator

Containerized Azure Search Emulator for development purposes
MIT License
16 stars 3 forks source link

Add searchFields support #41

Closed tomasloksa closed 2 years ago

tomasloksa commented 2 years ago

Example Azure Query: {"search":"tes|tes", "searchFields":"Note, ClosingText"} Produces: _q: Note: (tes OR tes) OR ClosingText: (tes OR tes*)_