WPIntell

Source evidence

Nice plugin [and works with Crocoblock’s]

WP Extended Search · review · 2021-01-05T19:34:00+00:00

praisesentiment
mediumseverity
0.62relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 22 rows with source links

13.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 5 stars
chalo1993 unresolved
Excellent work with this plugin! Light, fast and highly customizable. The version 2.0.1 of WPES it’s compatible with Crocoblock’s JetEngine [2.6.2] custom post metafields, and the live ajax refresh of Listing Grids through the Search Filter widget from JetSmartFilters [2.1.0], that uses the native WordPress search option — All of that after a very little tweak on the “class-wpes-admin” document on this plugin! All my custom fields from JetEngine starts with a “_”: _ubicacion (_location), _nombre-autor-a (_author-name), _contenidos (_contents), etc. (7 more). So, when the document “class-wpes-admin” from WPES says: $wp_es_fields = $wpdb->get_results( apply_filters( ‘wpes_meta_keys_query’, “select DISTINCT meta_key from $wpdb->postmeta where meta_key NOT LIKE ‘\_%’ ORDER BY meta_key ASC” ) ); I just changed 1 character: “where meta_key NOT LIKE ‘\%'” [erased underscore]. It listed all the custom fields that I was looking for. On the downside, it also threw me a bunch of results (between 30-40 new checkboxes) that are present in the WordPress database (wp_postmeta). I had to select the corresponding fields using Ctrl + F for a faster search. After testing with others plugins, this was the only search plugin that let me accomplish the custom meta field ajax live filtering directly on the Listing Grids from JetEngine (and not only on Archives), without being overriden by the JetSmartFilters plugin (that forces a search only on titles if you select the “native wordpress search” option; if you select “by custom field”, it only allows you to enter one meta key; no more than that). Sorry for the extension of this review. I didn’t post this on support, because… There’s no problem with your plugin. It’s great! 😀 Greetings from Chile! PD. Sorry if my english is bad =). Hi, Glad to read the wonderful review. Thanks! Anyway WPES has filter to customize the query https://wpes.secretsofgeeks.com/hooks#wpes_meta_keys_query so instead of modifying the plugin file you can keep this in your theme. Also, if you have selected meta keys then you can add them by filter as well instead of modifying the SQL query https://wpes.secretsofgeeks.com/hooks#wpes_meta_keys You are always welcome to open a support request if you still need help. Thanks

Comments

1 shown
Sumit Singh 2021-01-08T19:53:00+00:00

Hi, Glad to read the wonderful review. Thanks! Anyway WPES has filter to customize the query https://wpes.secretsofgeeks.com/hooks#wpes_meta_keys_query so instead of modifying the plugin file you can keep this in your theme. Also, if you have selected meta keys then you can add them by filter as well instead of modifying the SQL query https://wpes.secretsofgeeks.com/hooks#wpes_meta_keys You are always welcome to open a support request if you still need help. Thanks