Adrien Poly

Results 166 comments of Adrien Poly

As a first step I think you can use part of the layout of the speaker page Event info on the right and the list of talks As they could...

yes probably added the auto link at some point https://github.com/adrienpoly/rubyvideo/blob/808947c8ec2a80f29118e58763ffd85a05238806/app/views/talks/_talk.html.erb#L39

> Regarding similarity search, instead of similarity matching, and since Litesearch sorts by rank by default, did you think of trying out extracting the most significant words from the current...

@oldmoe great given the underlining job in https://github.com/adrienpoly/rubyvideo/pull/64. It will be easy to test it in real life. Will look at it soon hopefully

@oldmoe I tried to run it out of master branch but I am getting this error ``` gems/litestack-5d383d83c767/lib/litestack/litedb.rb:131:in `initialize': no such table: talks_search_idx_row (SQLite3::SQLException) ``` I tried to run in...

Ok I made some progress I had to go back to the previous version drop the index then switch back to master and rebuild the index now I am getting...

The data can be found in /data https://github.com/adrienpoly/rubyvideo/tree/main/data it is all the videos.yml file that are indexed by the Talk model

If you run this branch a simple rails db:create db:seed and bin/dev should get you up and running then you can update the related_talks method to use lite search similar

closing for now