Details
-
Improvement
-
Resolution: Fixed
-
Major
-
2.2.6
-
None
Description
Currently when using text mode in a livetable filter on a mono-select DBListClass field, we search in the "value" of the DBListClass field instea of the "display value". We also use an exact match instead of the partial match.
We would need to build a join query to be able to make a partial match on the value of the field.
Now this is not possible if we are using a "query" in the DBListClass. However this is possible if the class/id field/value field are filed in (regardeless of the query field is used of not).
So I suggest we use these values of these fields if they are present and we build a join query and match both the exact value of the ID Field (allows to support the "list" filter mode) an a partial match on the value field.
Attachments
Issue Links
- is related to
-
XWIKI-7826 Livetable does not support well static list fields
- Open
- relates to
-
XWIKI-12990 Displaying a livetable list filter for a non-static list field is not scalable
- Reopened