collinc777 / idb

0 stars 1 forks source link

Make getPropertyMatches search the names of linked models instead of the int ids themselfs #71

Open ibly31UT opened 7 years ago

ibly31UT commented 7 years ago

I'll do this if I feel like it before Thursday but feel free to assign yourself if you want to better understand the search code.

User story: Searches for members of house stark, but some of them aren't named stark. Currently, getPropertyMatches compared "stark" against the int in house_id instead of getting the house and checking it's name.

ibly31UT commented 7 years ago

optional obviously, search works okay as-is