Details
Description
I add two attributes for all objects to full text search: name and description.
The resulted config in XML is:
<fullTextSearch> <enabled>true</enabled> <indexed id="107"> <c:item xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3">c:name</c:item> <c:item xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3">c:description</c:item> </indexed> </fullTextSearch>
I reindexed objects using About page.
I went to Users - All users, but the search panel was still not showing the full text ability.
I needed to relogin. But I don't remember doing this before. Is this intentional?