Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong propertyURI creation while creating the "facets" #64

Open
deepatwal opened this issue Nov 28, 2019 · 1 comment
Open

Wrong propertyURI creation while creating the "facets" #64

deepatwal opened this issue Nov 28, 2019 · 1 comment

Comments

@deepatwal
Copy link

deepatwal commented Nov 28, 2019

Expected Behavior

facets: {status: true, propertyURI: "http://www.w3.org/2000/01/rdf-schema#label",…}

Actual Behavior

facets: {status: true, propertyURI: "http:/www.w3.org/2000/01/rdf-schema#label", items: [],…

Steps to Reproduce the Problem

  1. run the ldr with following image "FROM ali1k/ld-r:v1.3.5" without nginx. it works expected with
    propertyURI: "**http://www.w3.**org/2000/01/rdf-schema#label
  2. when running in production where all call are redirect via nginx, ldr is up. all the created datasets are visible.
    selecting dataset displays the results.
    but when selecting a particular check box under "Selected Properties" [say LABEL] in this case.
    the propertyURI for facets is missing "/" from the URI

facets: {status: true, propertyURI: "http:/www.w3.org/2000/01/rdf-schema#label", items: [],…

Specifications

  • Version: ali1k/ld-r:v1.3.5
  • Platform: ubuntu/docker
  • Subsystem:
@ali1k
Copy link
Owner

ali1k commented Dec 5, 2019

Hi @deepatwal, My guess is Nginx has some rules that decodes/unescapes the URL parameters. Would be worth to check your Nginx rules/configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants