Mathias Chouet

Results 57 comments of Mathias Chouet

Hello. Same problem here : #21342 indeed, `fields` in an arangosearch index is an object and not an array, hence the `.map is not a function`.

Hi @alexbakharew Thank you for your answer. I understand that using a 2-field `primarySort` would certainly work − we'll try that as soon as possible, although it seems that primarySort...

Fixed in `3.12.4`, query2 is now quick as view is not materialized anymore. Thank you very much 👍 Query: ``` FOR o in z_obs_geo_view SEARCH ANALYZER(GEO_CONTAINS(GEO_POLYGON(france), o.geoloc), "geopoint_pn") SORT o.date_obs...

Hi @jbajic , thanks for your answer. Indeed, the regular dump-restore scenario works fine with views as you explained. But our scenario is like the following: 1. Have an already...