next release version

This commit is contained in:
orangecoding
2026-04-12 09:21:08 +02:00
parent 10c94eea0a
commit e2d10d179e
18 changed files with 19 additions and 18 deletions

View File

@@ -22,7 +22,7 @@ describe('Issue reproduction: listings filtered by similarity or area should be
normalize: (l) => l,
filter: () => true,
crawlFields: { id: 'id', title: 'title', address: 'address', price: 'price' },
fieldNames: ['id', 'title', 'address', 'price'],
requiredFieldNames: ['id', 'title', 'address', 'price'],
};
const mockedJob = {
@@ -97,7 +97,7 @@ describe('Issue reproduction: listings filtered by similarity or area should be
normalize: (l) => l,
filter: () => true,
crawlFields: { id: 'id', title: 'title', address: 'address', price: 'price' },
fieldNames: ['id', 'title', 'address', 'price'],
requiredFieldNames: ['id', 'title', 'address', 'price'],
};
const fredy = new Fredy(providerConfig, mockedJob, 'test-provider', mockSimilarityCache, undefined);