Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Files Files
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 402
    • Issues 402
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 61
    • Merge requests 61
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • FilesFiles
  • Merge requests
  • !541

search-engine-tracker: Fix query string in different system formats

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Cristiano Fraga G. Nunes requested to merge cfgnunes/nautilus:patch-1 into master Apr 07, 2020
  • Overview 10
  • Commits 2
  • Pipelines 4
  • Changes 1

The search-engine-tracker builds a query string by using a float number "FILENAME_RANK".

But, in different system formats that use 'comma' instead of 'dot' as decimal separator, this query string produces an error and the 'tracker engine' fails, doesn't returning nothing.

The solution was to change the "FILENAME_RANK" in the from float to integer to avoid using 'dot' or 'comma' separator in the query string.

Fixes: #1412 (closed)

Edited Apr 08, 2020 by Cristiano Fraga G. Nunes
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: patch-1