mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> Navigation >> Search_Type_Enum

Search_Type_Enum Enumeration



Type of search type to display


Namespace: SobekCM.Core.Navigation
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public enum Search_Type_Enum

Members

Member nameValueDescription
NONE0 No search type specified, not applicable
Advanced1 Advanced search type allows boolean searching with four different search fields
Basic2 Basic search type allows metadata searching with one search field
dLOC_Full_Text3 dLOC-specific full text search against the text of all documents in an item aggregation
Full_Text4 Full text searches against the text of all the documents in an item aggregation
Map5 Map searching employs a map to allow the user to select a rectangle of interest
Map_Beta6 Map searching employs a map to allow the user to select a rectangle of interest
Newspaper7 Newspaper search type allows searching with one search field and suggests several metadata fields to search (i.e., newspaper title, full text, location, etc..)

Remarks

This roughly corresponds to the collection viewer used by the collection html subwriter

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )