Plan > Task: Improve the filter options (especially "text search")
In the text search you can search for the title or the description. When the string you are searching for is not in one sequenze - the text search don't find the task.
Example:
Task Object:
id = 393
title = 'You are beautiful'
description = 'Hello World'
textSearch: 'You beautiful'
No tasks found.textSearch: 'You World'
No tasks found.
nice would be:textSearch: 'You beautiful'
id:393 - title: 'You are beautiful' - description: 'Hello World'textSearch: inTitle:You - inDesc:World
id:393 - title: 'You are beautiful' - description: 'Hello World'
Also it would be nice - if the text search would look at the connected objects like 'comments' - 'Status events' and so on. like:addComment(id=1 - 'spam - spam - wonderful - spam')
id:393 - title: 'You are beautiful' - description: 'Hello World' - comment:textSearch: 'SpAm wonderful'
id:393 - title: 'You are beautiful' - description: 'Hello World' - comment: 1
-
Johannes Roling commented
also it would be nice if there is a posibilite to search in all the leaf object of the parent Task (names of the personal on site, description of the upload description etc.)
Also the search with operators(AND, OR, Quates -> "..."[for the fullstring search]) and parameters (meantioned above[inTitle:You]) would be nice.
An extra would be an error handeling when nothing is be found because of a typo errorThe key words for the upper descriptions are.
Substring, split substring, full string search.If python, c or Java code would help you to understand what I mean. Please leave a comment or contact me.