verbb / field-manager

Field Manager is a Craft CMS plugin to make it easy to manage your fields and field groups.
MIT License
199 stars 16 forks source link

FEATURE REQUEST: Search Fields #58

Open vieko opened 5 years ago

vieko commented 5 years ago

Thanks for the excellent plugin!

Adding a search field would be very helpful.

vaughn-taylor commented 5 years ago

The "Use this field’s values as search keywords?" option should be available in the field creation screen, but it would be nice to have a column in the field list screen that shows if the field is searchable (beside the Translatable column). Ideally, the "Searchable" column would show a switch type icon like you already have in the Translatable column that would toggle the value via Ajax on click.

engram-design commented 4 years ago

@vieko Search would be a nice touch, but a reasonable amount of work to implement (not impossible), so its probably on the back-burner for the moment!

@vaughn-taylor I'll consider this, although I don't want the overview table to get too hectic with all available options. It'd be great if I could re-purpose the element index "cog" functionality to edit the columns in this table, but like the above, a little bit of work, as these aren't elements.

thijskaspers commented 4 years ago

Another +1 for this :)

Would like to see "Searchable" with a grey/green dot in the overview table, just like the "Translatable" is visible. Huge help to see which fields are searchable and which are not. This is often something developers forget to set-up correctly and manually checking all fields is a hassle.