indexer

package
v1.24.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2025 License: MIT Imports: 0 Imported by: 155

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SearchMode added in v1.24.0

type SearchMode struct {
	ModeValue    SearchModeType
	TooltipTrKey string
	TitleTrKey   string
}

func GitGrepSupportedSearchModes added in v1.24.0

func GitGrepSupportedSearchModes() []SearchMode

func SearchModesExactWords added in v1.24.0

func SearchModesExactWords() []SearchMode

func SearchModesExactWordsFuzzy added in v1.24.0

func SearchModesExactWordsFuzzy() []SearchMode

type SearchModeType added in v1.24.0

type SearchModeType string
const (
	SearchModeExact  SearchModeType = "exact"
	SearchModeWords  SearchModeType = "words"
	SearchModeFuzzy  SearchModeType = "fuzzy"
	SearchModeRegexp SearchModeType = "regexp"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL