Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8795671
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T23:26:22+00:00 2026-06-13T23:26:22+00:00

I am implementing an autocomplete functionality using Jquery, when I type the name, it

  • 0

I am implementing an autocomplete functionality using Jquery, when I type the name, it fetches the record from the db, The records stored in db are mixture of capital & small letters. I have written a HQL Query which fetches me the records with case-sensitive, but I need to records irrespective of case. Here is the query,

List<OrganizationTB> resultList = null;
Query query = session.createQuery("from DataOrganization dataOrg where dataOrg.poolName   
like '%"+ poolName +"%'");
resultList =  query.list();    

Ex : If I have pool names, HRMS Data set, Hrms Data, Hr data etc… if I type HR or hr I need to get all the 3 records, which I’m not able to.

Please help…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T23:26:23+00:00Added an answer on June 13, 2026 at 11:26 pm

    change your query to

    "from DataOrganization dataOrg where lower(dataOrg.poolName)   
    like lower('%"+ poolName +"%')"
    

    for more information have a look 14.3 doc

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm implementing a Google Suggest like autocomplete feature for tag searching using jQuery's autocomplete.
I'm implementing multiple autocomplete using jQuery UI. Also I'm using webservice to pass values.
I am implementing jQuery AutoComplete plugin like this: HTML: <input type='text' class='AutoComplete' url='/source/data'> jQuery:
I am implementing a jquery autocomplete on a search form and am getting the
I am implementing jQuery-ui autocomplete function in my website. In IE6, the autocomplete box
I'm implementing a custom form type that provides an autocomplete field to select a
I am implementing the jQuery UI Autocomplete based on the categories example in the
I'm currently implementing jQuery UI's autocomplete in my clients webshop. The problem is: the
Now, I'm developing a command-line application somewhat like bash. For implementing the autocomplete functionality,
I am implementing jQuery UI Autocomplete and am wondering if there is any way

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.