Combined demo: Model Merger + Deduplication
Two PtPlugins working together on the same model. Filament Model Merger adds the Merge row action below — pick any two records and combine them with full relation transfer (HasMany / BelongsToMany / Morph*). Filament Deduplication scans the table for similar records using configurable matching rules (exact, similar_text, levenshtein, numeric range) and groups them on the duplicates page.
Try it: click Merge on any row to open a side-by-side comparison and pick which fields survive. Or jump straight to Find duplicates → to see Deduplication group the seeded near-duplicates.
Products
| Id | Name | Sku | Price | Category | Variants | Tags | Orders | |
|---|---|---|---|---|---|---|---|---|
|
9
|
officia qui cumque
|
yf-9284
|
$249.18
|
Electronics
|
0
|
0
|
0
|
|
|
8
|
repellat ea expedita
|
na-0608
|
$237.65
|
Electronics
|
0
|
0
|
0
|
|
|
7
|
expedita provident et
|
hv-5503
|
$180.77
|
Electronics
|
0
|
0
|
0
|
|
|
6
|
Garden Hose 50 ft
|
GRD-002
|
$39.99
|
Home & Garden
|
0
|
0
|
0
|
|
|
5
|
Garden Hose 50ft
|
GRD-001
|
$39.99
|
Home & Garden
|
0
|
0
|
0
|
|
|
4
|
Gadget Pro V2
|
GDG-002
|
$159.99
|
Electronics
|
0
|
0
|
0
|
|
|
3
|
Gadget Pro
|
GDG-001
|
$149.99
|
Electronics
|
0
|
0
|
0
|
|
|
2
|
Widget Alpha (duplicate)
|
WDG-002
|
$29.99
|
Electronics
|
2
|
3
|
1
|
|
|
1
|
Widget Alpha
|
WDG-001
|
$29.99
|
Electronics
|
3
|
2
|
2
|