apsmir / custom_field_sql

redmine sql custom field
14 stars 8 forks source link

How to use this feature like a SELECT2 style? #10

Open atopcu opened 2 years ago

atopcu commented 2 years ago

Thanks for this plugin. How can I use this feature like a SELECT2 style? My Select command returned more than 1000 records. It is hard to find correct record. Is it possible to search correct record by typing some letters in field?

Best Regards

apsmir commented 2 years ago

for mysql database use limit operator in sql expression

atopcu commented 2 years ago

Thanks for the reply. the limit command may block viewing of interested records in the list?

husseindaradkah commented 8 months ago

you can applay select2 on specific dropdown list in view customize