Customize searchBuilder value field from input field to dropdown

Customize searchBuilder value field from input field to dropdown

udaymagdumudaymagdum Posts: 23Questions: 16Answers: 0

Currently we have using search Builder version 1.3.1(Nightly Build) for serverside implementation.

we showing around 70/80 data fields in search Builder.

Is it possible to show dropdown for some of the fields for equal and not equal condition but not basis of column type like string, num etc(For specific column(data Field)).

e.g data field 'XYZ' which is type of string but not for other string type fields.

Answers

  • colincolin Posts: 15,143Questions: 1Answers: 2,586

    I'm not clear what you're after, sorry. If it for some fields you want to be able to free type into an "equals" condition? If so, you can just use "contain", rename it, and hide the "equals".

    Colin

  • udaymagdumudaymagdum Posts: 23Questions: 16Answers: 0

    Actually in my case some of the data fields in searchBuilder has static values for that columns i want dropdown box for equal and not equal condition.

  • colincolin Posts: 15,143Questions: 1Answers: 2,586

    I may be missing something here, but that's the standard behaviour - to have those dropdowns. I think you need to explain what you're after, please, I'm getting muddled :)

    Colin

Sign In or Register to comment.