Hello all,
In a confluence page, I have a dropdown (auto-suggest) database object.
The query associated just call a field on a view.
Field values are like this :
aaa.toto.aim
aaa.toto.becare
toto
toto.aim
toto.aim.thisis
toto.becare
toto.becare.xxx
When I start fill value like 'toto', results are display in above order.
I suppose the component make a like '%dropdownvalue%' on database.
How it's possible to have the suggest results in this order (starting with entered value) :
toto
toto.aim
toto.aim.thisis
toto.becare
toto.becare.xxx
aaa.toto.aim
aaa.toto.becare
Thanks in advance.
Regards,
Xavier
Hi Minh Tran,
sorry for the late answer. I finally solved my issue in adding a where clause on the query associated to the component.
regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.