TWiStErRob / net.twisterrob.cinema

Cineworld Unlimited planner web-app
https://cinema.twisterrob.net/planner
2 stars 0 forks source link

Ideas #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the use case for the task at hand?
As a Developer I want to be able to create a useful application.

What is the expected output of the task?
Comments on this task about new ideas.

Are there any pointers which may help the implementation?
Use the following template:

Title: ...
Description: ...max few lines...
References:
 * ...

Original issue reported on code.google.com by papp.robert.s on 28 Aug 2012 at 11:10

GoogleCodeExporter commented 9 years ago
Title: Fuzzy film search/filter
Description: Matching film titles/descriptions in a non-boolean way to yield 
ranked search results, instead of exact (maybe containing) matches.
References:
 * http://www.thomaswhitton.com/2011/08/26/cineworld-api/
 * http://seatgeek.com/blog/dev/fuzzywuzzy-fuzzy-string-matching-in-python
 * Further research needed, I already implemented a few different string-distance algorithms in C# which can be easily ported

Original comment by papp.robert.s on 28 Aug 2012 at 11:12