> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # [Velo](https://dev.wix.com/docs/api/get-menu-content?url=https%3A%2F%2Fdev.wix.com%2Fdocs%2Fvelo&format=markdown.md) ## [APIs](https://dev.wix.com/docs/velo/apis.md) ### [wix-search](https://dev.wix.com/docs/velo/apis/wix-search.md) - [Introduction](https://dev.wix.com/docs/velo/apis/wix-search/introduction.md) - [filter()](https://dev.wix.com/docs/velo/apis/wix-search/filter.md) - [search()](https://dev.wix.com/docs/velo/apis/wix-search/search.md) #### [WixSearchBuilder](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder.md) - [Introduction](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/introduction.md) - [and()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/and.md) - [ascending()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/ascending.md) - [descending()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/descending.md) - [documentType()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/document-type.md) - [eq()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/eq.md) - [facets()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/facets.md) - [find()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/find.md) - [fuzzy()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/fuzzy.md) - [ge()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/ge.md) - [gt()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/gt.md) - [hasAll()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/has-all.md) - [hasSome()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/has-some.md) - [in()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/in.md) - [language()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/language.md) - [le()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/le.md) - [limit()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/limit.md) - [lt()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/lt.md) - [ne()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/ne.md) - [not()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/not.md) - [or()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/or.md) - [query()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/query.md) - [searchFields()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/search-fields.md) - [skip()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-builder/skip.md) #### [WixSearchFilterBuilder](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-filter-builder.md) - [Introduction](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-filter-builder/introduction.md) - [and()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-filter-builder/and.md) - [eq()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-filter-builder/eq.md) - [ge()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-filter-builder/ge.md) - [gt()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-filter-builder/gt.md) - [hasAll()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-filter-builder/has-all.md) - [hasSome()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-filter-builder/has-some.md) - [in()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-filter-builder/in.md) - [le()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-filter-builder/le.md) - [lt()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-filter-builder/lt.md) - [ne()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-filter-builder/ne.md) - [not()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-filter-builder/not.md) - [or()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-filter-builder/or.md) #### [WixSearchResult](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-result.md) - [Introduction](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-result/introduction.md) - [currentPage](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-result/current-page.md) - [documents](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-result/documents.md) - [facets](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-result/facets.md) - [length](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-result/length.md) - [pageSize](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-result/page-size.md) - [totalCount](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-result/total-count.md) - [totalPages](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-result/total-pages.md) - [hasNext()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-result/has-next.md) - [hasPrev()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-result/has-prev.md) - [next()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-result/next.md) - [prev()](https://dev.wix.com/docs/velo/apis/wix-search/wix-search-result/prev.md)