Title: REST API Search
Author: KCPT
Published: <strong>7 de abril de 2016</strong>
Last modified: 20 de junio de 2016

---

Buscar plugins

Este plugin **no se ha probado con las últimas 3 versiones mayores de WordPress**.
Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas 
de compatibilidad cuando se usa con las versiones más recientes de WordPress.

![](https://s.w.org/plugins/geopattern-icon/rest-api-search.svg)

# REST API Search

 Por [KCPT](https://profiles.wordpress.org/kcpt/)

[Descargar](https://downloads.wordpress.org/plugin/rest-api-search.1.4.zip)

 * [Detalles](https://es.wordpress.org/plugins/rest-api-search/#description)
 * [Valoraciones](https://es.wordpress.org/plugins/rest-api-search/#reviews)
 *  [Instalación](https://es.wordpress.org/plugins/rest-api-search/#installation)
 * [Desarrollo](https://es.wordpress.org/plugins/rest-api-search/#developers)

 [Soporte](https://wordpress.org/support/plugin/rest-api-search/)

## Descripción

REST API Search

### This is only for Version 2 of the REST API Plugin

This adds the missing functionality of Search into the WordPress REST API.
 The 
issue being with the current REST API Version 2, you can only search on a per post_type
basis.

    ```
    /wp-json/wp/v2/posts?filter[s]=apples

    /wp-json/wp/v2/pages?filter[s]=apples
    ```

### What this plugin does.

**Adds the search functionality for all posts types except revisions and types with‘
exclude_from_search’ set to true.**

    ```
    /wp-json/wp/v2/search/apples
    ```

**In case of a multi word string, just replaces the spaces with plus signs.**

    ```
    /wp-json/wp/v2/search/apples+pears
    ```

**Also adds easy paging**

page 2:

    ```
    /wp-json/wp/v2/search/apples+pears/2
    ```

page 3:

    ```
    /wp-json/wp/v2/search/apples+pears/3
    ```

[Github](https://github.com/KCPT19/REST-API-Search)

## Instalación

This section describes how to install the plugin and get it working.

e.j.

 1. Upload the plugin files to the `/wp-content/plugins/rest-api-search` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress

## FAQ

  How do I use this plugin?

This plugin is meant to be used by experienced developers. You can access the search
by going to your WordPress URL, and adding the following to the end of the URL: /
wp-json/wp/v2/search/
 After the search/ you put any keywords you’re searching for,
replaces spaces with plus (+) signs.

## Reseñas

![](https://secure.gravatar.com/avatar/17510dedc657b7a26446b0aa326305442f4bfe822de3ca0ca34c6cf96c1e621d?
s=60&d=retro&r=g)

### 󠀁[This plugin is awesome!!!](https://wordpress.org/support/topic/this-plugin-is-awesome-38/)󠁿

 [jirrodglynn](https://profiles.wordpress.org/jirrodglynn/) 3 de septiembre de 2016

This has made my life so much better!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

 [ Leer la 1 reseña ](https://wordpress.org/support/plugin/rest-api-search/reviews/)

## Colaboradores y desarrolladores

«REST API Search» es un software de código abierto. Las siguientes personas han 
colaborado con este plugin.

Colaboradores

 *   [ KCPT ](https://profiles.wordpress.org/kcpt/)
 *   [ Fastmover ](https://profiles.wordpress.org/fastmover/)

[Traduce «REST API Search» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/rest-api-search)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/rest-api-search/) ,
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/rest-api-search/)
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/rest-api-search/)
por [RSS](https://plugins.trac.wordpress.org/log/rest-api-search/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### 1.0

 * Initial Version
 * Fully working version which searches all post types except revisions and types
   with ‘exclude_from_search’ set to true.

#### 1.1

 * Restructured code to allow for custom fields added in by other plugins

#### 1.2

 * Bug Fix – namespace variable of class needs to be protected.

#### 1.3

 * Now allows for encoded characters and numbers in the url

#### 1.4

 * WordPress’s posts per page settings now are used.

## Meta

 *  Versión **1.4**
 *  Última actualización **hace 10 años**
 *  Instalaciones activas **20+**
 *  Versión de WordPress ** 4.4 o superior **
 *  Probado hasta **4.5.33**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/rest-api-search/)
 * Etiquetas:
 * [rest-api](https://es.wordpress.org/plugins/tags/rest-api/)[search](https://es.wordpress.org/plugins/tags/search/)
 *  [Vista avanzada](https://es.wordpress.org/plugins/rest-api-search/advanced/)

## Valoraciones

 5 de 5 estrellas.

 *  [  1 valoración de 5 estrellas     ](https://wordpress.org/support/plugin/rest-api-search/reviews/?filter=5)
 *  [  0 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/rest-api-search/reviews/?filter=4)
 *  [  0 valoraciones de 3 estrellas     ](https://wordpress.org/support/plugin/rest-api-search/reviews/?filter=3)
 *  [  0 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/rest-api-search/reviews/?filter=2)
 *  [  0 valoraciones de 1 estrellas     ](https://wordpress.org/support/plugin/rest-api-search/reviews/?filter=1)

[Tu valoración](https://wordpress.org/support/plugin/rest-api-search/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/rest-api-search/reviews/)

## Colaboradores

 *   [ KCPT ](https://profiles.wordpress.org/kcpt/)
 *   [ Fastmover ](https://profiles.wordpress.org/fastmover/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/rest-api-search/)

## Donar

¿Te gustaría apoyar el progreso de este plugin?

 [ Dona a este plugin ](https://kcpt.org/donate/)