Skip to content
Snippets Groups Projects

[Sprint/GiddyGiraffe] (fix): strip hash character from search

1 unresolved thread

closes #503 (closed)

Merge request reports

Pipeline #65664255 passed

Pipeline passed for 0471e32c on eiennohi:sprint/GiddyGiraffe.feat.strip-hash-character-from-search

Approved by

Merged by Mark HardingMark Harding 5 years ago (Jun 11, 2019 12:22pm UTC)

Merge details

  • Changes merged into master with a8615d03 (commits were squashed).
  • Deleted the source branch.

Pipeline #65670705 passed

Pipeline passed for a8615d03 on master

Deployed to run‎ners‎ 4 years ago

Loading deployment statistics

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
123 123
124 124 $query = null;
125 125 if (isset($_GET['query'])) {
126 $query = strtolower($_GET['query']);
126 $query = str_replace('#', '', strtolower($_GET['query']));
  • Marcelo Rivera added 2 commits

    added 2 commits

    • 3d9b51c0 - (fix): moved lowercase and strip hashtag logic to Manager
    • 0471e32c - (feat): spec test

    Compare with previous version

  • Mark Harding approved this merge request

    approved this merge request

  • @All please approve

  • Ben approved this merge request

    approved this merge request

  • Mark Harding mentioned in commit a8615d03

    mentioned in commit a8615d03

  • merged

  • Please register or sign in to reply
    Loading