Missing feature in the Full Text Search Configuration editor in STUDIO

Hi,

In CUBA Studio there is the Full Text Search Configuration editor.

I think what is missing is the ability to set the SHOW attribute

image

<entity class="com.app.entity.person" show="false">
            <include re=".*"/>
            <searchables>
                searchables.add(entity.matter)
            </searchables>
        </entity>

Hello, @services

Yes, you are right. I created a ticket in YouTrack about the problem: link.

Regards,
Daniil.

1 Like

@tsarev Thanks for checking.