Re: Dev chat reminder, issue 42c6fb55-0a76-4c89-b491-e152e208ada5
Paul Taylor <[email protected]>
| Newsgroups | gmane.comp.audio.musicbrainz.devel |
|---|---|
| Message-ID | <[email protected]> |
On 27/04/2014 20:02, Statler & Waldorf wrote:
> We've got our weekly dev chat on 2014-04-28 on IRC in #musicbrainz-devel on irc.freenode.net. We're going to meet at Regular Meeting Time [1] (19:00 UTC) [2].
>
> If there is any topic you would like to discuss during the meeting, please add it to the agenda in the channel topic.
>
> [1] http://musicbrainz.org/doc/Development_Chat
> [2] http://www.timeanddate.com/worldclock/fixedtime.html?iso=20140428T19
>
Thursday and Friday last week I did the following schema changes
[SEARCH-355] - Label Sortname field removed from Database
[SEARCH-356] - Area Sortname field removed from Database
and fixed various bits and bobs
[SEARCH-141] - Remove or change setMergeFactor option in IndexBuilder
[SEARCH-332] - target element for relationships included in
/ws/2/url endpoint is improperly structured to match lookup
[SEARCH-336] - searching "Universal Music" and 34. entry is correct
"Universal Music"
[SEARCH-339] - MB search requires minimum of 4 characters to
consider second name
[SEARCH-347] - Countries should be sorted before cities in Area search
[SEARCH-348] - Full Search Index Failure
[SEARCH-338] - Return containing areas in area search
Today I've done the basic indexing side stuff for:
SEARCH-265 Add editors to the indexed search
SEARCH-357 Support for series
SEARCH-358 Support for instrument entities
but to progress further need the the relevant mmd-schema changes for
each issue to get committed to master so I can do the search results part.
Database code has just been tested against unit test so far so I need to
upgrade my database to the latest schema to system test and then search
code need to be used by mbserver ui code to check it does what is
required for website.
Paul