Index FQL editor not editable

I searched the forum and tried on 3 browsers. I cannot edit the FQL output for an index.
Bildschirmfoto 2021-07-12 um 14.49.31 It this intended behaviour?

I assume this is not intended, but a failure in design.

Hi Christian,

Nope, no design failure here; this is entirely intentional. The purpose of the FQL tab is to display the FQL you would use to create the index in the shell. Note that once an index is created you cannot change its terms or values; if you need to change those you’ll need to create a whole new index. You can either rename the index (on the Simple tab, or in the shell with CreateIndex(), see our index documentation for more details); or you can delete it entirely. In either case, you can now recreate the index with its new terms and/or values. Note that index names are unique, hence the requirement to either rename or delete it before adding a new one with different settings.

Please let us know if this answers your question or if you have any followups on the topic.

Cory

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.