Skip to Content Skip to Menu

is it possible add more operator to user managment search?

  • krileon
  • krileon
  • ONLINE
  • Posts: 48300
  • Thanks: 8245
  • Karma: 1443
3 weeks 5 days ago #338939 by krileon
Not Equal To (empty) is supposed to result in a query of ( `column` IS NOT NULL AND `column` != '' ). It's possible this is bugged though and seams to be ignoring filters with no value supplied. Have added a bug ticket to investigate further.

forge.joomlapolis.com/issues/9479


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48300
  • Thanks: 8245
  • Karma: 1443
3 weeks 1 day ago #338985 by krileon
Ok, latest CB build release added support for "Is empty" and "Is not empty" operators for advanced searching of fields in CB > User Management. They'll search using the following.

Is empty: ( `column` = "" )
Is not empty: ( `column` != "" AND `column` IS NOT NULL )

Currently is empty only accounts for empty string. It won't find NULL results. This maybe changed in a future release though. Is not empty will account for NULL.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: saman2

Please Log in or Create an account to join the conversation.

  • saman2
  • saman2
  • OFFLINE
  • Posts: 398
  • Thanks: 7
  • Karma: -1
3 weeks 1 hour ago #338994 by saman2


Is empty: ( `column` = "" )


Currently is empty only accounts for empty string. It won't find NULL results. This maybe changed in a future release though. 

 

Please set
Is empty: ( `column` = "" OR `column` IS NULL)
It take lower than minute for you to implement that but take an hour to describe for admin to how to use that and again remember to him in the next month

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48300
  • Thanks: 8245
  • Karma: 1443
2 weeks 5 days ago #338996 by krileon
Sorry, got that turned around. The operators work as follows currently.

Is empty: ( `column` = '' OR `column` IS NULL )
Is not empty: ( `column` != '' )


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum