wiki.techinc.nl/tests/api-testing/REST
Nikki Nikkhoui f16c46dcb0 api-testing: Remove 'matched_title' check
Sqlite and MySQL are returning results in different
orders for the REST Search handler, which affects how it handles
de-duplicating results with redirects.

If the Redirect Target is processed first, the matched_title
field is not populated because that page is not a redirect.
If the Redirect Source is processed first, the matched_title
field IS populated because that page is a redirect.

Either way, we don't have duplicate results (which is the most
important part). Until the logic is consistent, remove the
matched_title check.

Bug: T302706
Change-Id: Ic3977655565aa9f6d6c184749706273b0315b7be
2022-02-28 19:45:18 +00:00
..
ContributionsCount.js api-testing: Disable failing contributions count tests 2022-02-16 16:30:56 +01:00
Creation.js
Page.js
PageHistory.js
Revision.js Implement /revision/{id} endpoint 2020-12-14 16:54:43 +00:00
Search.js api-testing: Remove 'matched_title' check 2022-02-28 19:45:18 +00:00
Update.js REST edit: handle null edits correctly 2021-03-19 14:10:25 +01:00
UserContributions.js