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.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IQueryResultSet<TEntity> SearchEntity<TEntity>(
	string[] term
)
where TEntity : new(), Entity

Parameters

term  String
The search term(s) provided by the user

Type Parameters

TEntity
The type of entity being searched

Return Value

IQueryResultSetTEntity
The entities which match the provided search
See Also