Fix tests
New index that uses meilisearch has a sort that can be influenced, but still tries to sort by exact match first
This commit is contained in:
parent
91f975f959
commit
4d8018de68
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ describe('Test index search', function () {
|
|||
})
|
||||
|
||||
it('Should make a search and have results', async function () {
|
||||
await check({ search: 'Framasoft', sort: 'createdAt' }, true)
|
||||
await check({ search: 'Framasoft vidéos', sort: 'createdAt' }, true)
|
||||
})
|
||||
|
||||
it('Should make host search and have appropriate results', async function () {
|
||||
|
|
Loading…
Reference in a new issue