• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

"FreetextCount"

Some tooltip text!
• 1 minute to read
 • 1 minute to read

This provider name is implemented by the class SuperOffice.CRM.ArchiveLists.FreetextCountProvider inside NetServer's SODatabase assembly.

Archive provider for counts of freetext matches

The purpose if this provider is to provide simple counts of matches, grouped by owning entity. In the GUI, this corresponds to the tabs in the freetext search result dialog, and the numbers on those tabs. To get actual matches for a particular entity, use the corresponding FreetextSearchProvider, for instance, the .

The 'OwnerEntityName' column accepts a restriction in the form of an array of strings or table names. If provided, this restriction will limit the entities searched. The is an MDO provider for supported entities.

Supported Entities

Name Description
"freetextcount" Number of matches

Supported Columns

Name Restriction Description OrderBy
ownerEntityName listAny Owner: Owner (type) of freetext match x
count None Count: Number of matches for a certain owner entity x
entityLocalizedName None Owner: Owner of freetext match x
searchwords string Search word: One or more words to be used in free text search

Sample

GET /api/v1/archive/FreetextCount?$select=count,entityLocalizedName
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: sv

See also: IArchiveAgent.

In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top