Search is a broad term that includes the way individual algorothms traverse their potential solution space and also user interface level searching. For the latter see search engine.
Search is one of the key aspects of AI and includes deterministic search algorithms such as best first search and depth first search, game playing such as minimax search and stochastic algorithms such as simulated annealing.
Used in Chap. 2: page 23; Chap. 3: page 32; Chap. 5: page 64; Chap. 6: page 85
Used in glossary entries: best first search, depth first search, deterministic search, minimax search, search engine, simulated annealing, user interface