marklogic-community / marklogic-samplestack

A sample implementation of the MarkLogic Reference Architecture
Apache License 2.0
82 stars 56 forks source link

Question Title inconsistent on node app vs java app #661

Open gghai opened 9 years ago

gghai commented 9 years ago

Deploy the app . Run gulp watch

Open url at 3000 ( node tier)

Open url for 8090 ( java static app)

Login as maryadmin on both the url

Do a search "resolved:false"

Actaul result : 2nd QnA doc doesnt have any title on app on3000 ; but on 8090 app shows null

question title not coming

laurelnaiad commented 9 years ago

I think this is a java middle-tier issue, where it is returning "null" in quotes b/c the title property is just absent. To the browser it just looks like any other string.

If this is really to-be-solved in 1.1 then I guess it should be assigned to @grechaw.

gghai commented 9 years ago

Lets move this to 1.2 thanks

laurelnaiad commented 9 years ago

Please remove milestone and unassign if not doable in this release cycle?