Giter VIP home page Giter VIP logo

Comments (5)

benhamill avatar benhamill commented on June 4, 2024

I think you'd probably be looking for a dedicated full text search system for something like that. As I understand it, Postgres's FTS stuff is supposed to be reasonably good, but isn't meant to compete head-to-head with something like Sphinx or whatever on features. It's meant to be simpler to set up and maintain because it doesn't introduce a new piece of infrastructure into your system. However, it's possible I just don't know about this feature. You'll have to dive into the PG docs to find it, though, there's no interface in this gem for it, for sure.

from textacular.

sharpmachine avatar sharpmachine commented on June 4, 2024

I think my synonym situations would be more edge case so implementing a new search system might be overkill.

I could probably just write a method of the few specific words that I want synonyms for. Something like "If search is equal to attorney return results for lawyer".

from textacular.

benhamill avatar benhamill commented on June 4, 2024

The other thing you could do is add a field to the db where you toss words you want also searched. Like... if you're searching a paragraph of description of a job (I have no idea), you could look for those key words you want to alias and toss them in the new column, then search both at need (rather than running two searches). Depends on when you want to do the work, I guess.

from textacular.

sharpmachine avatar sharpmachine commented on June 4, 2024

Yeah, that could work. Thanks for the input.

I love problem solving :)

from textacular.

benhamill avatar benhamill commented on June 4, 2024

I'mma go ahead and close this. Happy to help. 😄

from textacular.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.