DmitryKey / luke

This is mavenised Luke: Lucene Toolbox Project
Apache License 2.0
1.54k stars 352 forks source link

Issue #45 Created button for copy document values to clipboard #132

Closed thrusc closed 6 years ago

thrusc commented 6 years ago

Button has two basic functionality if is none row selected it will copy all document values, and if is selected at least one row it will copy ONLY selected rows to clipboard. It selects only values because there will be problem with separation between field name and value (clipboard is only one string).

As we discussed in issue #45 it will be good idea to create new issue for Export to File, with support for multiple file format, documents range and selecting columns eg. field and value.

mocobeta commented 6 years ago

Looks nice, I merged! I added some texts/descriptions for this functionality.

2018-10-10 19 54 57
mocobeta commented 6 years ago

As we discussed in issue #45 it will be good idea to create new issue for Export to File, with support for multiple file format, documents range and selecting columns eg. field and value.

Sounds good. If you want to develop this idea, you can add an issue for this (or, simply create another PR.) :)

Thanks @thrusc!