RDAP: Implement entity name search

Adds the ability to search for entities (contacts and registrars) by name.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=130305930
This commit is contained in:
mountford 2016-08-15 11:48:40 -07:00 committed by Ben McIlwain
parent 64abebec82
commit 160266f37a
8 changed files with 368 additions and 66 deletions

View file

@ -129,7 +129,8 @@ public class ContactResourceTest extends EntityTestCase {
verifyIndexing(
contactResource,
"deletionTime",
"currentSponsorClientId");
"currentSponsorClientId",
"searchName");
}
@Test