rmdmattingly / RowlogAnalysis

MIT License
5 stars 0 forks source link

Handling comment search #18

Closed rmdmattingly closed 4 years ago

rmdmattingly commented 4 years ago

Description

@taddyb @TommyBurda as requested, getWorkoutData now accepts a comment parameter. This operates using SQL's LIKE operator, so it won't look for exact matches, it will look for non-case sensitive substrings. For example if you put in Core it will return, among other things, a workout with the comment SS + warmup and core.

Testing

I ran a smoke test of two services after making these changes and all seems good to me.

rmdmattingly commented 4 years ago

feel free to merge on review