trep / opentrep

Open Travel Request Parser
https://trep.github.io/opentrep
GNU Lesser General Public License v2.1
11 stars 5 forks source link

Modularisation of the search algorithm #1

Closed da115115 closed 10 years ago

da115115 commented 12 years ago

The search algorithm is currently made of a single bloc. It should become modularised, with the full-text search just one of the features.

The search algorithm could be as follows:

da115115 commented 10 years ago

The code now implements a modularised approach.