# Search

- [Text search](/search/text-search.md)
- [Query misspelling](/search/query-misspelling.md)
- [Query classification](/search/query-classification.md)
- [Query categorization](/search/query-categorization.md)
- [Deep search](/search/deep-search.md)
- [URL search](/search/url-search.md): URL search is a 2 step process. First, you send the URL string to receive a slug id of the vectorized image on the page. Second, you use that id to get search results of similar products.
- [Location search](/search/location-search.md)
- [Image search](/search/image-search.md): Image search is a 2 step process. First, you send the image as a base64 encoded string to receive a slug id of the vectorized image. Second, you use that id to get search results of similar products.
- [Detect objects](/search/detect-objects.md)
- [Store search](/search/store-search.md)
- [Brand search](/search/brand-search.md)
- [Product detail](/search/product-detail.md)
