- Nov 14, 2019
-
-
David Büchler authored
updated server processes to use the same latest api functions removed notification in Persons OnUpdate because it's unclear if this is necessary or not. Has to be fully removed or uncommentedwhen this decision has been made.
-
David Büchler authored
refactorings
-
David Büchler authored
Refactorings and Bugfixes
-
David Büchler authored
Changed liquibase files accordingly.
-
David Büchler authored
Temporarily added view to Organisation which calculates duplciates on each main-view-open and doesnt cache the results. Same as on Person
-
David Büchler authored
Temporarily added a new Tab in the Persons main view. It calculates the duplicates for the specific person on the fly. Results arent cached.
-
David Büchler authored
Removed the block size configuration from the client. Default value is 5000. All scanners now use the same value, it can be changed via designer custom setting in the preferences 2 fields in the person entity have been added, now the firstname and the lastname fields exist as phonetic and text_no_stopwords Refactorings
-
- Oct 11, 2019
-
-
David Büchler authored
-
- Oct 10, 2019
-
-
David Büchler authored
Created Fallback on creation of an merge activity, if there is no current contact id, an empty string gets used
-
David Büchler authored
If a merge has been successful, a new acitivity gets created on the target record of the merge This has been implemented on Person and Organisation
-
David Büchler authored
It's now possible to have a scanner configuration without any prefilters. No threshold logic is applied, only the configured fields are used to search. On the other hand is it now possible to have a scanner with only a prefilter.
-
Johannes Goderbauer authored
bugfix: new activity/task in Person_entity did use wrong addtionalLink-ids for organisation-contacts
-
- Oct 08, 2019
-
-
David Büchler authored
Fixed error where if no duplicate scan result on creation of a new person could be found, the code tried to access .lenght... Data_alias.aod: The auditSyncConfig was configured to audit itself which resulted in an error. Fixed.
-
David Büchler authored
RebuildAllDuplicateCaches_serverProcess.aod takes both person and organisation scanner (currently hard coded) and runs them. This is ought to be executed via the manager/other serverside ways RebuildDuplicatesCache_serverProcess on the other hand should be used via code because this process expects the filterName and TargetEntity as parameters. The usages are commented out for the time beign becaus of incompatibilities in the process.execute* methods... If a person or organisation is merged, the standardcommunication ways of the old record are reset to "no standard".
-
David Büchler authored
If duplicates have been found while saving a new contact, a notification will be shown, alerting the user
-
- Oct 07, 2019
-
-
David Büchler authored
This has been integrated into the action to rebuild person and org duplicates
-
David Büchler authored
New field BLOCK_SIZE which specifies the bulk size of data which gets loaded. This is used in the case of a cache rebuild, the data to scan for duplicates gets loaded in the thru BLOCK_SIZE specified size.
-
David Büchler authored
-
- Oct 04, 2019
-
-
David Büchler authored
If a person is added, a scan for duplicates is triggered automatically. if a matching cluster exists the new record gets added, otherwise a new cluster gets created The field, which is currently used by the demo duplicatescan (firstname) is now another type because the phonetic matcher creates seemingly wrong searchresults. If the scan for duplicates or the indexsearch results in seemingly unrelated results, set the indexFieldType to TEXT_NO_STOPWORDS.
-
David Büchler authored
refactorings
-
Johannes Goderbauer authored
-
- Oct 02, 2019
-
-
Simon Leipold authored
-
David Büchler authored
Feld DB_FIELD_NAME removed Created fields for defaultvalues city,zip,... to use in duplicatesearchconfig Custom fields added in subProcess to have them added to the index
-
Johannes Goderbauer authored
-
(cherry picked from commit 3e5544d3)
-
Johannes Goderbauer authored
-
(cherry picked from commit f79a987f)
-
- Oct 01, 2019
-
-
S.Listl authored
-
- Sep 30, 2019
-
-
David Büchler authored
-
David Büchler authored
-
- Sep 27, 2019
-
-
Sebastian Listl authored
(cherry picked from commit 42dd4194)
-
(cherry picked from commit caac232e)
-
(cherry picked from commit c708b72d)
-
(cherry picked from commit 35a435d0)
-
David Büchler authored
The function ScanForDuplicates has been refactored and is now much more easy to use because it does much more stuff inside to have an easier api. "RebuildDuplicatesCache" and "ScanForDuplicates" have been refactored. The fields used in the prefilter don't have to be configured manually by the user. Instead, the fields defined by the prefilter now get added automatically to the list of fields to be used. In the case, that the field has been added via the users config anyways, it doesn't get added by code to ensure that each field is mentioned exactly once. To reflect these changes, the javadoc including the example of ScanForDuplicates and RebuildDuplicates has been updated. Until it's possible to load values from a consumed entity dynamically via code, the possibility to select entity fields from consumed entities via ui has been removed. See ticket #1044577. Now only "native" fields directly from the base entity can be selected. Since the entity fields are now used in the configuration of the duplicate search, no db fields have to be configured any more. The field has been removed from liquibase
-
- Sep 26, 2019
-
-
Simon Leipold authored
-
Johannes Hörmann authored
-
- Sep 25, 2019
-
-
David Büchler authored
The Cache rebuilding has been changed. The values to check for duplicates are now loaded using the entities api instead of pure sql. If the cache for all duplicates of a scanner gets rebuilt, it's now done in blocks. This ensures that even while wokring on huge recordsets, the ressources are enough. It sure may take some time to check huge recordsets... The flag "Use external Webservice" has been removed from the view because no native api to a duplicate scanning service exists, therefore this is unnecessary right now. The config of the resultfields has been removed aswell, if no external service is used, it's enough to work with the id which is always in the index's response. The configuration of the indexfields has been changed, no manual connection between entity and db field is necessary because no sql is used any more. Instead, the fields can be selected via dropdown which offers the entity fields to select. Some refactoring Changes on the docks to reflect the changed datastructure of some arrays
-
- Sep 24, 2019
-
-
David Büchler authored
The possibility to configure an external duplicate has been removed from the views because no default external service integration exists. Reactivate later maybe..
-
S.Leierseder authored
-