We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d96aed commit 83d23e1Copy full SHA for 83d23e1
1 file changed
sugoi-api-core/src/main/java/fr/insee/sugoi/core/service/impl/UserServiceImpl.java
@@ -425,6 +425,14 @@ public void setReaderStoreAsynchronous(boolean readerStoreAsynchronous) {
425
this.readerStoreAsynchronous = readerStoreAsynchronous;
426
}
427
428
+ public boolean isFuzzySearchAllowed() {
429
+ return fuzzySearchAllowed;
430
+ }
431
+
432
+ public void setFuzzySearchAllowed(boolean fuzzySearchAllowed) {
433
+ this.fuzzySearchAllowed = fuzzySearchAllowed;
434
435
436
private List<String> findUserSeeAlsos(Realm realm, User user) {
437
String[] seeAlsosAttributes =
438
realm
0 commit comments