couchbaselabs / cbft

*THIS PROJECT HAS MOVED* from couchbaselabs TO: https://github.com/couchbase/cbft -- no further development will be done here on couchbaselabs/cbft
Other
27 stars 5 forks source link

web UI lost ability to create an index via copy & paste of index mapping JSON #146

Closed steveyen closed 8 years ago

steveyen commented 9 years ago

The old UI with the big index mapping textarea provided the ability to copy & paste an existing index mapping JSON into the UI when creating a new index.

The integration of the new bleve index mapping editor UI feature loses that JSON copy & paste ability.

Workaround is user could use REST or cmd-line/curl approach, but that's not a great experience.

steveyen commented 9 years ago

Another lame workaround for folks who can't wait is create an index, save it, then hit edit, then you can copy & paste in the JSON that you wanted.

steveyen commented 8 years ago

closing this one as it's now "moved" (albeit inadvertently) from couchbaselabs/cbft issues to https://github.com/couchbase/cbft/issues/8