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

  • SEARCH
  • Home
  • 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 9134087
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:35:58+00:00 2026-06-17T08:35:58+00:00

How can I extend my search? I’d like to search User at users_controllers#index when

  • 0

How can I extend my search?
I’d like to search User at users_controllers#index when user pressed search button.

Now I have 3 models.

User > User_profile > Prefecture

User_profile has these column such as user_id, and prefecture_id.

In Prefecture model, it has its id, and name (Exp: California, New York)

Now I have setup models/user.rb like this. If I want to add prefecture search, what should I add to this? User should be able to type in California, and it hits search.

searchable do 
    text :user_profile_nickname do
        user_profile.nickname
    end

    text :user_profile_introduction do
        user_profile.introduction
    end

    text :tag_list do 
        tag_list
    end 

end
  • 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-17T08:35:59+00:00Added an answer on June 17, 2026 at 8:35 am

    Each user will be stored as a document in Solr and you need to give the prefacture information to the user document in order for it to be searchable.

    Try:

    searchable do 
      text :user_profile_nickname do
        user_profile.nickname
      end
    
      text :user_profile_introduction do
        user_profile.introduction
      end
    
      text :tag_list do 
        tag_list
      end
    
      string :prefacture do
         user_profile.prefacture.name
      end
    
    end
    

    I would use string instead of text since you don’t need to apply text processing such as stemming on the prefacture. And with Sunspot I don’t think it’s possible to build facets on text fields.

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

Sidebar

Related Questions

I've a web page, where user can extend the session using AJAX call to
I want button in vertically, for that i can extend the height and shrink
Is It possible to extend Windows search index with a filter handler that works
HI I would like know how do I manage to get: Ext.define(GS.view.search, { extend
I'm wondering, how can I develop application/plugin/browser extension that can extend functionality of search
How can i extend default lib search path in ubuntu(in a way that it
I can extend an inner class/trait inside the outer class or inside a class
I was wondering whether or not I can extend the Enum type in C#
In Ruby, there's Modules and you can extend a class by mixing-in the module.
Can I extend WPF commands routing in a way so it would first check

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.