I set a tag of 100 on an item and when I type in 200 in the search field it does not find it.
A CSS hack which creates a Kanban-like board UI in a specified list:
A CSS hack which creates a Kanban-like board UI in a specified list: #list_481388 ul.topLevel { display: flex; } #list_481388 ul.topLevel > li { flex: 1 1 auto; } #list_481388 ul.topLevel > li > .frame{ display: none; } #parentTask_0 div.coreDiv { margin-right: 20px; } May be, will be useful to someone :)
Actually, we don't support tags which contain numbers only. It is a kind of bug that you were able to enter such a tag.
ReplyDeleteI was trying numbers as a work around to text tags because when I search for text tags I catch a lot of item titles as well. So I thought I'd set a tag as 100 to represent something to me and then I tried to search for 100 and expected to see the tag but it didn't find it.
ReplyDelete