Thoughts?
]]>Can you provide a code snippet (based on your plugin’s code) that will allow WordPress’ search function to accept Boolean operators?
Your plugin rocks, but we don’t need all the “bells and whistles” it provides.
Thank you!
]]>Can you provide a code snippet (based on your plugin’s code) that will allow WordPress’ search function to accept Boolean operators?
Your plugin rocks, but we don’t need all the “bells and whistles” it provides.
Thank you!
]]>We are seeing two errors on the Plugins screen when WP_DEBUG is enabled:
Warning: Trying to access array offset on value of type bool in /wp-content/plugins/gdpr-cookie-compliance-addon/controllers/class-moove-gdpr-updater.php on line 156
Warning: Trying to access array offset on value of type bool in /wp-content/plugins/gdpr-cookie-compliance-addon/controllers/class-moove-gdpr-updater.php on line 126
Any help you can provide is appreciated, thank you.
]]>I am in the process of exploring search options for a nascent blog. In that regard, I was wondering if your plugin allows for user to employ boolean logic? For example, could user enter say “(cat OR dog) AND NOT (Golden Retriever OR Siamese)”.
[FYI: I poked around your documentation before contacting you, but could not find a definitive (to me as reader anyway) answer.]
Thanks,
David
I am trying to display event data from related event post only if for the main post boolean value for “rezervacije_otvorene” (meaning bookings open) is checked to “yes”. But value check doesn’t work neither outside nor inside each loop. The value itself is ok, I tested display in frontend and it shows Yes.
[if rezervacije_otvorene="Yes"]test value check outside of loop[/if]
[if events]
[each events]{@event_type}: {@datum}, {@mjesto}
[if rezervacije_otvorene="Yes"] <p>{@event_link}
<br>{@ulaznice}
<p>{@rezervacije}[/if]
[/each] [/if]
What am I doing wrong in value check in if conditional?
]]>I have a text field in a form that I would like to be notified if it has been filled out. Is it possible to set this up by email routing using a boolean value?
Thank you in advance
It supports boolean searches. Nice touch.
]]>