Opened 12 years ago

Closed 12 years ago

#1011 closed enhancement (fixed)

Auto completion / for stored field, return values from records that user could see

Reported by: fxp Owned by: geonetwork-devel@…
Priority: major Milestone: v2.10.0 RC0
Component: General Version: v2.8.0RC0
Keywords: Cc:

Description

Autocompletion is looking the index for terms corresponding to the field requested but does not take into account user privileges. Results may contain terms which come from records that user can not see.

In some cases, we could enhance this by first running a search and looking for field values from the topDocs of the search. This will work if the field is stored (which is not always the case - eg. any). If no values found, we fallback on previous method.

Change History (1)

Note: See TracTickets for help on using tickets.