Skip to content
Snippets Groups Projects
  1. Feb 17, 2023
  2. Feb 15, 2023
  3. Feb 02, 2023
  4. Feb 01, 2023
  5. Jan 31, 2023
  6. Jan 24, 2023
    • Kai Amann's avatar
      Fixed filterig when using the IN operator · 0e96570b
      Kai Amann authored
      - Entity queries using IN would not find values that contain characters that are part of SPARQL syntax (e.g. "(", ")", ".", ...), as a result of being not correctly escaped ("\\\\" instead of "\\")
      - also using the built-in SPARQL IN operator now instead of the REGEX operator.
      0e96570b
  7. Jan 20, 2023
  8. Jan 19, 2023
  9. Jan 18, 2023
Loading