diff --git a/doc/forum/Is_it_possible_to_create_a_view_on_files_that___42__dont__42___have_a_field_set__63__/comment_1_f452c911b24ba40aef3be5bdaac9f9ee._comment b/doc/forum/Is_it_possible_to_create_a_view_on_files_that___42__dont__42___have_a_field_set__63__/comment_1_f452c911b24ba40aef3be5bdaac9f9ee._comment new file mode 100644 index 0000000000..032811d3c2 --- /dev/null +++ b/doc/forum/Is_it_possible_to_create_a_view_on_files_that___42__dont__42___have_a_field_set__63__/comment_1_f452c911b24ba40aef3be5bdaac9f9ee._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="CandyAngel" + subject="comment 1" + date="2016-04-29T10:04:55Z" + content=""" +You can do this, but it involves setting that field's value to something. + + git annex metadata -s field?=untagged + +This will tag all files that don't have any 'field' values with 'untagged', so when you switch to the view, they will show up under 'untagged' (and you move/commit them to tag them). +"""]]