Cómo implementar los datos de texto de búsqueda en archivos adjuntos en la aplicación Rails
Frecuentes
Visto 282 veces
0
I have a requirement to search the text data in an attached file. I am currently using carrierwave for attachment and ransack for searching.
Is this feature available with what I am using? Or is there another way to satisfy my requirement?
1 Respuestas
1
If you're looking for a way to search data in attached files, such as pdfs, docs etc., I'd suggest using solr in conjunction with the sunspot and sunspot-cell gem. More details on implementation in this blog post:
Respondido el 12 de junio de 12 a las 14:06
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas ruby-on-rails rubygems carrierwave ransack or haz tu propia pregunta.