Title: REST API Search
Author: KCPT
Published: <strong>7 Prill, 2016</strong>
Last modified: 20 Qershor, 2016

---

Kërkoni te shtojca

Kjo shtojcë **s’është testuar me 3 hedhjet e rëndësishme të fundit në qarkullim 
të WordPress-it**. Mund të mos e mirëmbajnë më, ose mundet të mos mbulohet më dhe
mund të ketë probleme përputhshmërie, kur përdoret me versione më të freskët të 
WordPress-it.

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

# REST API Search

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

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

 * [Hollësi](https://sq.wordpress.org/plugins/rest-api-search/#description)
 * [Shqyrtime](https://sq.wordpress.org/plugins/rest-api-search/#reviews)
 *  [Instalim](https://sq.wordpress.org/plugins/rest-api-search/#installation)
 * [Zhvillim](https://sq.wordpress.org/plugins/rest-api-search/#developers)

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

## Përshkrim

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)

## Instalim

Kjo ndarje përshkruan si të instalohet dhe të vihet në punë shtojca.

e.g.

 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

## PBR

  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.

## Shqyrtime

![](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 Shtator, 2016

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

 [ Lexoni 1 shqyrtimin e vetëm ](https://wordpress.org/support/plugin/rest-api-search/reviews/)

## Kontribues & Zhvillues

“REST API Search” është software me burim të hapur. Në këtë shtojcë kanë dhënë ndihmesë
personat vijues.

Kontribues

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

[Përkthejeni “REST API Search” në gjuhën tuaj.](https://translate.wordpress.org/projects/wp-plugins/rest-api-search)

### Ju intereson zhvillimi?

[Shfletoni kodin](https://plugins.trac.wordpress.org/browser/rest-api-search/), 
shkarkoni [depon SVN](https://plugins.svn.wordpress.org/rest-api-search/), ose pajtohuni
përmes [RSS-je](https://plugins.trac.wordpress.org/log/rest-api-search/?limit=100&mode=stop_on_copy&format=rss)
te [regjistri i zhvillimeve](https://plugins.trac.wordpress.org/log/rest-api-search/).

## Regjistër ndryshimesh

#### 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.

## Të tjera

 *  Version **1.4**
 *  Përditësuar së fundi më **10 vjet më parë**
 *  Instalime aktive **20+**
 *  Version WordPress-i ** 4.4 ose më i madh **
 *  E provuar deri me **4.5.33**
 *  Gjuhë
 * [English (US)](https://wordpress.org/plugins/rest-api-search/)
 * Etiketa
 * [rest-api](https://sq.wordpress.org/plugins/tags/rest-api/)[search](https://sq.wordpress.org/plugins/tags/search/)
 *  [Pamje e Thelluar](https://sq.wordpress.org/plugins/rest-api-search/advanced/)

## Vlerësime

 5 nga 5 yje të mundshëm.

 *  [  1 shqyrtim me 5 yje     ](https://wordpress.org/support/plugin/rest-api-search/reviews/?filter=5)
 *  [  0 shqyrtime me 4 yje     ](https://wordpress.org/support/plugin/rest-api-search/reviews/?filter=4)
 *  [  0 shqyrtime me 3 yje     ](https://wordpress.org/support/plugin/rest-api-search/reviews/?filter=3)
 *  [  0 shqyrtime me 2 yje     ](https://wordpress.org/support/plugin/rest-api-search/reviews/?filter=2)
 *  [  0 shqyrtime me 1 yje     ](https://wordpress.org/support/plugin/rest-api-search/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/rest-api-search/reviews/#new-post)

[Shihni krejt shqyrtimet](https://wordpress.org/support/plugin/rest-api-search/reviews/)

## Kontribues

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

## Asistencë

Keni diçka për të thënë? Ju duhet ndihmë?

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

## Dhuroni

Do të donit të përkrahnit shpënien më tej të kësaj shtojce?

 [ Dhuroni për këtë shtojcë ](https://kcpt.org/donate/)