Skip to content

Releases: kaystrobach/FLOW.VisualSearch

1.1.0

27 Feb 09:08
b9e87d7
Compare
Choose a tag to compare

allow to split visualsearch files

1.0.4

04 Feb 09:05
0899345
Compare
Choose a tag to compare

introduce labelMatcher property

  • beginsWith
  • endsWith
  • contains
  ssoPersons:
    search:
      repository: Vendor\ProjectDomain\Repository\PersonRepository
    autocomplete:
      stammeinrichtung:
        label: "Stammeinrichtung"
        selector:
          conditions:
            once: true
          labelProperty: dienststellencode
          labelMatcher: beginsWith
          orderBy: dienststellencode
          limit: 15
          repository: Vendor\ProjectDomain\Repository\Person\EinrichtungRepository
        matches:
          equals:
            - stammEinrichtung
        display:
          labelProperty: dienststellencodeAndNameKurz
          maxLength: 100

1.0.3

07 Jan 07:56
Compare
Choose a tag to compare
[TASK] add more documentation

1.0.2

08 Dec 12:56
1f990f2
Compare
Choose a tag to compare

neos-package

1.0.1

06 Nov 19:42
Compare
Choose a tag to compare
[FEATURE] like% and %like

0.5.1

06 Nov 19:42
Compare
Choose a tag to compare
[FEATURE] search like% and %like

1.0.0

30 Jul 08:48
Compare
Choose a tag to compare
[TASK] flow 4.0 requirements

0.5.0

04 Sep 07:03
Compare
Choose a tag to compare
[TASK] allow to order with more freedom

better keyboard integration

18 May 12:30
Compare
Choose a tag to compare
0.4.1

[TASK] better backspace integration

0.4.0

16 Mar 07:58
Compare
Choose a tag to compare
[TASK] show label instead of value on autocomplete