[midPoint-git] [Evolveum/midpoint] 788c65: Query DSL: Added matches support for PolyString
    Tony Tkáčik 
    noreply at github.com
       
    Tue Jan 12 16:42:27 CET 2021
    
    
  
  Branch: refs/heads/feature/query-dsl
  Home:   https://github.com/Evolveum/midpoint
  Commit: 788c65f675f948b783c4ead99f21dc1b7aab97f8
      https://github.com/Evolveum/midpoint/commit/788c65f675f948b783c4ead99f21dc1b7aab97f8
  Author: Tony Tkacik <tonydamage at gmail.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)
  Changed paths:
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/lang/PrismQueryLanguageParser.java
    M infra/prism-impl/src/test/java/com/evolveum/midpoint/prism/query/lang/TestBasicQueryConversions.java
  Log Message:
  -----------
  Query DSL: Added matches support for PolyString
Matches for polystring is supported in following forms:
name matches (orig = "Foo" ) - this is equivalent to PolyStringOrig matching strategy
name matches (norm = "foo" ) this is equivalent to PolyStringNorm matching strategy
name matches (orig = "Foo" and norm="foo") this is equivalent to full polystring matching strategy
Signed-off-by: Tony Tkacik <tonydamage at gmail.com>
    
    
More information about the midPoint-svn
mailing list