Ajay D'Souza

Results 40 issues of Ajay D'Souza

Latest WPCS [0.14.0] - 2017-11-01

One good feature worth adding into the options is the use of a custom ruleset https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/blob/develop/phpcs.xml.dist.sample I'm happy to try and have a go at this feature, but I'm...

https://github.com/WebberZone/better-search/blob/ddf44dbb65591d5789407f87fdebe3798a50477c/includes/class-better-search.php#L610 Add the below code after Line 610 `$clause[] = $wpdb->prepare( "(bsq_tt.description $like_op %s)", $term );`

user experience

https://github.com/WebberZone/better-search/blob/d57beaf47edcc80445eaedf60f8d1bd440e054ea/includes/css/bsearch-styles.css#L78 ALSO: ``` .bsearch-entry-title { text-align: left; } ```

user experience

Add links to the dashboard widgets to link to the popular searches page https://github.com/WebberZone/better-search/blob/d57beaf47edcc80445eaedf60f8d1bd440e054ea/includes/admin/admin-dashboard.php#L22

admin

Extend the highlight search terms features to also captures popular search engines: Google, Bing, DuckDuckGo

feature

To explore use of pspell within the plugin to detect alternate words.

feature
PRO

Explore supporting the rest api to support the [search endpoint](https://developer.wordpress.org/rest-api/reference/search-results/). Would need to tap into: [rest_post_search_query](https://developer.wordpress.org/reference/hooks/rest_post_search_query/) And, potentially other regular filters.

feature
PRO

Option to limit the relevancy of posts that will be shown in the results - this should allow users to set a minimum level and only posts that are above...

feature
PRO

Example implementation at: http://gabrieleromanato.name/adding-jquery-ui-autocomplete-to-the-wordpress-search-form

feature