Skip to content

JuliaKovtun/search_app

Repository files navigation

README

SearchApp is a Ruby application for performing complex search. It filters search data based on exact, positive, and negative match criteria provided through a search bar.

Features

  • Case-insensitive search.
  • Supports exact match searches enclosed within quotes.
  • Allows positive searches (default matches).
  • Enables negative searches with a - prefix to exclude certain words.
  • Sorts matched data based on the number of matches.
Знімок екрана 2024-01-11 о 16 25 47 Знімок екрана 2024-01-11 о 16 26 51 Знімок екрана 2024-01-11 о 16 27 30
  • Ruby version: 3.3.0

  • Rails version: 7.1.2

Configuration

To get started with SearchApp, clone the repository and install the required gems:

git clone https://github.com/JuliaKovtun/search_app.git
cd search-app
bundle install
./bin/dev

How to run the test suite

bin/bundle exec rspec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors