sergio_101
Implementing a more robust (fuzzy?) search in existing production application
I realize that this isn’t totally a phoenix/elixir question, but I am asking in the context of phoenix/elixir and the available libraries. This is out of my lane, but I am guessing some libraries use solid tech to solve the existing problem.
We have an app that is currently in production. In the end, it simply presents PDFs for clients to download. Each record has some metadata and some classifying data about the PDF.
There is a VERY rudimentary search; think LIKE %<term>% on a few data rows.
We want to expand this search ability to do something like:
- Search more thoroughly across several columns.
- Index the PDFs and search them too.
For example, the search for “a flock of blue herons” would yield results for records where indexed fields or text in indexed PDFs had text like the following:
- Blue herons often flock on the edge of cliffs.
- Herons are sometimes blue and often flock together.
- A blue heron by himself is not a flock.
I am not looking for anything more than suggestions for existing elixir/phoenix libraries to use.
Any pointers would be appreciated.
Most Liked
LostKobrakai
derpycoder
I am planning to include search, command pallete, from the get go. Here are some open source alternatives to Algolia:
Sebb
Popular in Questions
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #elixirconf-us
- #advent-of-code
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #hex









