Home Documentation Download Pricing Buy Now

Multiple index order

0 votes

Hello

Using doctrine2 mapping, we would like to define the column order in multiple index. Right now we can just select the column without choosing the order in the index.

Cheers

Damien

asked Apr 24, 2015 in Feature Request by Damien (350 points)

1 Answer

0 votes

Hi Damien,

you're right. Currently it isn't possible to define index via any visual tool. There are two options how to currently solve it.

Index columns order is defined by order of selecting the column checkboxes. Or you can arrange it directly in project.xml file.

We have this on our todo. I will let you know when this feature will be ready.
Ludek

answered Apr 24, 2015 by ludek.vodicka Skipper developer (140,530 points)
...