Is the PoI field always returned in Fuzzy search?

I am going through the documentation for Fuzzy Search (Fuzzy Search | Search API). In the response data for the results array, there is a property called poi:

I want to display the name of the poi in my search results, is it guaranteed that the property will be available in results array of the fuzzy search API?

Not every element is a POI. Elements of type POI have poi property.

1 Like