Click or drag to resize

IFreetextSearchServiceSearchEntityTEntity Method

Perform the freetext search with term

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
IQueryResultSet<TEntity> SearchEntity<TEntity>(
	string[] term
)
where TEntity : new(), Entity

Parameters

term
Type: SystemString
The search term(s) provided by the user

Type Parameters

TEntity
The type of entity being searched

Return Value

Type: IQueryResultSetTEntity
The entities which match the provided search
See Also