SDKits / ExamineX

Issue tracker for ExamineX
https://examinex.online
5 stars 0 forks source link

Fields by default are marked as IsFacetable #89

Closed Shazwazza closed 1 year ago

Shazwazza commented 1 year ago

The Azure Search SDK when creating fields will automatically mark all fields as IsFacetable which isn't desired. Fields must be explicitly marked as IsFacetable=false

pariashiri1984 commented 11 months ago

Nice but how we can make a field facteble? my previous search is broken now.

Shazwazza commented 11 months ago

Hi, the simplest way is to use the event AzureIndex_CreatingOrUpdatingIndex, else you can create a custom field type