1
0
mirror of https://github.com/google/nomulus synced 2026-01-08 23:23:32 +00:00

Add term to contact index

RDAP searches for contacts with a specific desired registrar need an additional
index term. The tests were not extensive enough to catch this particular case.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=172013843
This commit is contained in:
mountford
2017-10-12 14:37:16 -07:00
committed by jianglai
parent bf818a0139
commit 048ae4b4ba
2 changed files with 30 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
<datastore-index kind="ContactResource" ancestor="false" source="manual">
<property name="currentSponsorClientId" direction="asc"/>
<property name="deletionTime" direction="asc"/>
<property name="searchName" direction="asc"/>
</datastore-index>
<!-- For finding domain resources by registrar. -->
<datastore-index kind="DomainBase" ancestor="false" source="manual">